-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Base Flow #2
Comments
Is there any way to check the compatibility of sensors and cameras on mobile devices via javascript? |
What do you mean for compatibility? Check if there is a camera or gyro sensor, for example? |
Yes @cfilipes ... and they permissions... To check:
And make it compatible with TS and Voice Recognition. Like... Google Now (mobile and desktop versions). |
In android you can ask for these permissions when installing the app. |
But... and the Web Client? |
Why would we need a mobile web client if we gonna build an app? Web cliente mobile could be for consultation only. :) |
No... all the clients run with all features... (expect the legacy version) |
Actually whe have an API called Media Devices which is provided by some browsers like Firefox, not sure about other browsers. Almost sure they dont have support but if it works in FF and Chrome I think it would be enough. |
Looks like FF and Chrome works :) https://developer.mozilla.org/pt-BR/docs/Web/API/Navigator/mediaDevices |
Great... 😃 |
Here the base stream.
It is open to suggestions...
base_flow.html.zip
The text was updated successfully, but these errors were encountered: