-
Notifications
You must be signed in to change notification settings - Fork 21
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
Scanning on android #18
Comments
I was getting a similar issue and I solved it by running through HTTPS. You are probably getting this error because you are running through localhost? |
Hi @KeevanDance, is there a work around this when you are using your offline PC as the server? Thank you |
@Dumisanik Just a complete guess, but maybe using Meteor's SSL package? I found a guide here: https://themeteorchef.com/tutorials/working-with-ssl |
@KeevanDance , thanks man. Ill try it. |
I am not sure if this is still a supported.
I am trying to run this on android and get:
=> Started app on Android Device.
I20160604-09:32:54.790(-7)? I/chromium( 8173): [INFO:library_loader_hooks.cc(143)] Chromium logging enabled: level = 0, default verbosity = 0
I20160604-09:32:54.860(-7)? I/MeteorWebApp( 8173): Serving asset bundle with version: 039f6c1b9300fafc5afc3d7f09142588d4b4bef2
I20160604-09:32:57.635(-7) (android:0) MediaStreamTrack.getSources is deprecated. See https://www.chromestatus.com/feature/4765305641369600 for more details.
I20160604-09:32:57.643(-7)? E/chromium( 8173): [ERROR:web_contents_delegate.cc(198)] WebContentsDelegate::CheckMediaAccessPermission: Not supported.
I20160604-09:32:57.644(-7)? E/chromium( 8173): [ERROR:web_contents_delegate.cc(198)] WebContentsDelegate::CheckMediaAccessPermission: Not supported.
I20160604-09:32:57.697(-7) (android:http://localhost:12200/packages/hitchcott_qr-scanner.js:4316) Uncaught TypeError: Cannot read property 'kind' of undefined
I think it is because it is not properly asking for permission for camera, but wondering if you have ever run on mobile and andriod specifically.
Thanks,
Dave
The text was updated successfully, but these errors were encountered: