Norman Breau
53795454f4
fix(browser): Make data uri be returned as actual URI strings ( #912 )
2024-10-27 08:32:14 -03:00
エリス
61a6e9bb44
dep(dev)!: bump @cordova/eslint-config@5.0.0 ( #846 )
...
* dep(dev)!: bump @cordova/eslint-config@5.0.0
* chore: apply automatic lint fix
2023-08-18 00:59:25 +09:00
jcesarmobile
d0545c879f
fix(browser): use navigator.mediaDevices.getUserMedia ( #810 )
2022-09-30 00:59:27 +02:00
エリス
973bbbbac7
feat: migrate to @cordova/eslint-config@3.x ( #629 )
2020-07-14 19:15:29 +09:00
Matthew Vander Vliet
5163d38465
CB-13384: (browser) Added deprecation of video.src compatibility ( #288 )
...
* CB-13384: (browser) Added deprecation of video.src compatibility
* CB-13384: Updated to reflect property detection rather than deprecation exception.
2018-05-25 12:44:23 +08:00
Andrew Decker
36343a8e07
Update CameraProxy.js ( #284 )
...
Remove audio flag from getUserMedia on the browser. Including audio resulted in some nasty audio feedback, and audio isn't really needed for taking pictures anyway.
2018-05-24 13:42:39 +08:00
Audrey So
16c4325fef
CB-12895 : updated src files to use eslint format
2017-07-31 13:29:36 -07:00
Audrey So
80342b0ddd
CB-12985 : setup eslint and removed jshint
2017-07-31 11:28:15 -07:00
Keith M
39bff2f41d
CB-11228 browser: Add classes for styling purposes
...
This closes #212
2016-05-13 11:58:11 -07:00
Keith M
7551778e13
CB-10139 browser: Respect target width and height
...
This closes #210
2016-05-13 11:56:43 -07:00
Keith M
af98d57417
CB-11227 browser: Fix incorrect mime type
...
This closes #211
2016-05-09 14:09:30 -07:00
daserge
b16c5234d5
CB-10636 Add JSHint for plugins
2016-02-24 17:14:58 +03:00
Laurent Deketelaere
5b38453262
CB-10113 Browser - Layer camera UI on top of all!
...
Adds CSS style {position: 'relative', z-index: 2147483647} (2147483647 is the highest possible z-index) on DOM appended elements.
This closes #134
2016-02-02 17:02:15 +10:00
Tim Barham
e48a7e5c5c
CB-10502 Fix camera plugin exception in Chrome when click capture.
...
The MediaStream.stop() method has been deprecated as of Chrome 47. We were using it, and it was generating an exception.
If stop() method is not found, instead stop each individual track (the new way of doing it).
2016-02-02 16:31:39 +10:00
Suraj Pindoria
986bf6fd3c
Fixed minor bugs with the browser
2014-09-10 15:38:09 -07:00
Suraj Pindoria
b2403c6076
Added support for the browser
2014-08-29 15:14:41 -07:00