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

Scanning on android #18

Open
dhorner opened this issue Jun 4, 2016 · 4 comments
Open

Scanning on android #18

dhorner opened this issue Jun 4, 2016 · 4 comments

Comments

@dhorner
Copy link

dhorner commented Jun 4, 2016

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

@DanceParty
Copy link

DanceParty commented Jul 21, 2016

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?

@Dumisanik
Copy link

Hi @KeevanDance, is there a work around this when you are using your offline PC as the server? Thank you

@DanceParty
Copy link

@Dumisanik Just a complete guess, but maybe using Meteor's SSL package? I found a guide here: https://themeteorchef.com/tutorials/working-with-ssl

@Dumisanik
Copy link

@KeevanDance , thanks man. Ill try it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants