Details
-
Type:
Improvement
-
Status: Closed
-
Priority:
Major
-
Resolution: Duplicate
-
Affects Version/s: EE-4.1.0.GA
-
Fix Version/s: 4.2
-
Component/s: MOBI-Components
-
Labels:None
-
Environment:All
-
Assignee Priority:P2
-
Support Case References:Support Case #13862 - https://icesoft.my.salesforce.com/5007000001drreA
-
Affects:Sample App./Tutorial
Description
Issue Links
- depends on
-
ICE-11176 Support HTML5 "Navigator.mediaDevices.getUserMedia()" when available on mobi:camera, mobi:microphone
-
- Closed
-
Activity
- All
- Comments
- History
- Activity
- Remote Attachments
- Subversion
Judy notes:
I reviewed the js for camera in IF4 (trunk). It basically just calls the navigator.getUserMedia(options, successCallback, errorCallback);
Which according to this:
https://developer.mozilla.org/en/docs/Web/API/Navigator/getUserMedia
Has been deprecated and replaced by
MediaDevices.getUserMedia....
Of course, there is backwards capability, but the newer calls has an api to flip the camera, so if the 8 inch tablet is newer, it may be considering that the js is the newer api.
.<input type="file" accept="image/*"> should just work now without requiring getUserMedia, though we might still need to test if the browser has support for this feature. somehow
Closing as duplicate.