Skip to content
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

Open
erikperin opened this issue Sep 19, 2016 · 10 comments
Open

Base Flow #2

erikperin opened this issue Sep 19, 2016 · 10 comments

Comments

@erikperin
Copy link
Member

erikperin commented Sep 19, 2016

Here the base stream.
It is open to suggestions...

base_flow.html.zip

@erikperin
Copy link
Member Author

Is there any way to check the compatibility of sensors and cameras on mobile devices via javascript?

@soumfilipe
Copy link

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?

@erikperin
Copy link
Member Author

erikperin commented Sep 19, 2016

Yes @cfilipes ... and they permissions...

To check:

  • GPS
  • Gyro
  • Camera (Photo and Video)
  • Mic

And make it compatible with TS and Voice Recognition. Like... Google Now (mobile and desktop versions).

@mblodorn
Copy link
Contributor

In android you can ask for these permissions when installing the app.

@erikperin
Copy link
Member Author

But... and the Web Client?

@mblodorn
Copy link
Contributor

Why would we need a mobile web client if we gonna build an app? Web cliente mobile could be for consultation only. :)

@erikperin
Copy link
Member Author

No... all the clients run with all features... (expect the legacy version)

@EltonCarreiro
Copy link

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.

@EltonCarreiro
Copy link

Looks like FF and Chrome works :)

https://developer.mozilla.org/pt-BR/docs/Web/API/Navigator/mediaDevices

@erikperin
Copy link
Member Author

Great... 😃

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment