[GitHub] janpio commented on issue #283: No option to use camera when uploading files on Android

2018-08-21 Thread GitBox
janpio commented on issue #283: No option to use camera when uploading files on Android URL: https://github.com/apache/cordova-plugin-inappbrowser/issues/283#issuecomment-414849012 I crosslinked this one for now, let's see what we do for the migration - as the other one also has nice

[GitHub] janpio commented on issue #283: No option to use camera when uploading files on Android

2018-08-17 Thread GitBox
janpio commented on issue #283: No option to use camera when uploading files on Android URL: https://github.com/apache/cordova-plugin-inappbrowser/issues/283#issuecomment-413834868 It may not be an issue at all - something like `cordova-plugin-media-capture` might exist because it is

[GitHub] janpio commented on issue #283: No option to use camera when uploading files on Android

2018-08-17 Thread GitBox
janpio commented on issue #283: No option to use camera when uploading files on Android URL: https://github.com/apache/cordova-plugin-inappbrowser/issues/283#issuecomment-413823206 > Adding the very basic to the home.html does the same thing. Just gives me a file upload with no other

[GitHub] janpio commented on issue #283: No option to use camera when uploading files on Android

2018-08-17 Thread GitBox
janpio commented on issue #283: No option to use camera when uploading files on Android URL: https://github.com/apache/cordova-plugin-inappbrowser/issues/283#issuecomment-413818669 InAppBrowser is a different context, there are no Cordova plugins available at all. That's why

[GitHub] janpio commented on issue #283: No option to use camera when uploading files on Android

2018-08-17 Thread GitBox
janpio commented on issue #283: No option to use camera when uploading files on Android URL: https://github.com/apache/cordova-plugin-inappbrowser/issues/283#issuecomment-413814369 What happens if you run this code inside your Ionic apps, not inside the context of InAppBrowser?

[GitHub] janpio commented on issue #283: No option to use camera when uploading files on Android

2018-08-17 Thread GitBox
janpio commented on issue #283: No option to use camera when uploading files on Android URL: https://github.com/apache/cordova-plugin-inappbrowser/issues/283#issuecomment-413812641 Can you try with a standard ``? Just to confirm a baseline.

[GitHub] janpio commented on issue #283: No option to use camera when uploading files on Android

2018-08-17 Thread GitBox
janpio commented on issue #283: No option to use camera when uploading files on Android URL: https://github.com/apache/cordova-plugin-inappbrowser/issues/283#issuecomment-413800031 `cordova-plugin-inappbrowser-camera` say in its README it merged a PR, but that one is also merged here now

[GitHub] janpio commented on issue #283: No option to use camera when uploading files on Android

2018-08-17 Thread GitBox
janpio commented on issue #283: No option to use camera when uploading files on Android URL: https://github.com/apache/cordova-plugin-inappbrowser/issues/283#issuecomment-413794386 I have no idea how compatible `cordova-plugin-inappbrowser-camera` is to the regular

[GitHub] janpio commented on issue #283: No option to use camera when uploading files on Android

2018-08-16 Thread GitBox
janpio commented on issue #283: No option to use camera when uploading files on Android URL: https://github.com/apache/cordova-plugin-inappbrowser/issues/283#issuecomment-413629522 > I can see there are various pull requests that fix this so I suspect I'm doing something wrong.