Atozed Forums
IOS Safari camera access - Printable Version

+- Atozed Forums (https://www.atozed.com/forums)
+-- Forum: Atozed Software Products (https://www.atozed.com/forums/forum-1.html)
+--- Forum: IntraWeb (https://www.atozed.com/forums/forum-3.html)
+---- Forum: English (https://www.atozed.com/forums/forum-16.html)
+----- Forum: IntraWeb General Discussion (https://www.atozed.com/forums/forum-4.html)
+----- Thread: IOS Safari camera access (/thread-2859.html)



IOS Safari camera access - rburton - 08-31-2022

Does anyone know a way to access the camera from the Safari browser in iOS?  I have tried the camera demo from the demos bundle in github which works fine on a pc using the chrome browser but just hangs when using in Safari.

I want to be able to create a web application to allow the user to input some details of a product and then be able to take a photograph.

Thank you


RE: IOS Safari camera access - Alexandre Machado - 09-07-2022

I don't think the Chrome code will work for Safari, especially in iOS. I'll see if I can put together another demo for Safari/iOS.


RE: IOS Safari camera access - rburton - 09-07-2022

(09-07-2022, 07:24 AM)Alexandre Machado Wrote: I don't think the Chrome code will work for Safari, especially in iOS. I'll see if I can put together another demo for Safari/iOS.

Thank you, any help would be appreciated.


RE: IOS Safari camera access - MJS@mjs.us - 09-23-2022

iOS/Safari needs 'playsinline' in the <video> tag like so:  <video autoplay playsinline></video> and an https connection, I was getting a black screen until I added those two items.

A screencast of IW + iOS/Safari + camera:

[Image: iOS-Camera.gif]