meteor / mobile-packages

Meteor packages that provide functionality on mobile and desktop via Cordova plugins.
Other
339 stars 153 forks source link

mdg:camera fails on mobile browsers in production (1.3) - "Failed to execute 'play' on 'HTMLMediaElement': API can only be initiated by a user gesture" #116

Closed robertross closed 8 years ago

robertross commented 8 years ago

Have found some people discussing issues with an "autoplay" parameter missing... something to do with getUserMedia. Code works perfectly in testing both local brower and android-device.

http://stackoverflow.com/questions/35133824/mdgcamera-fail-to-play-video-on-android-chrome-because-video-play-is-not-bi/35291318#35291318

and

http://stackoverflow.com/questions/30524749/getusermedia-frozen-at-first-frame-on-android-chrome

robertross commented 8 years ago

Ah apologies, duplicate of this issue...

https://github.com/meteor/mobile-packages/issues/104