[GitHub] maltenorstroem commented on issue #251: CB-12875: (ios) Magnifiying glass is showing wrong content with inappbrowser window

2018-08-16 Thread GitBox
maltenorstroem commented on issue #251: CB-12875: (ios) Magnifiying glass is showing wrong content with inappbrowser window URL: https://github.com/apache/cordova-plugin-inappbrowser/pull/251#issuecomment-413760548 @janpio Yes, exactly.

[GitHub] Kadinvanvalin commented on issue #172: iOS: Playback of mp3 stops audio of other apps

2018-08-16 Thread GitBox
Kadinvanvalin commented on issue #172: iOS: Playback of mp3 stops audio of other apps URL: https://github.com/apache/cordova-plugin-media/issues/172#issuecomment-413661262 Its the way this plugin handles AVaudiosessions, I got around this by adding ``` objective-c

[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.

[GitHub] janpio commented on issue #201: `fileTransfer.download` is not working in iOS 11.4.1

2018-08-16 Thread GitBox
janpio commented on issue #201: `fileTransfer.download` is not working in iOS 11.4.1 URL: https://github.com/apache/cordova-plugin-file-transfer/issues/201#issuecomment-413629298 Does this happen all the time or just sometimes @richardshergold @rachithhegde? You can't confirm that it

[GitHub] rachithhegde edited a comment on issue #201: `fileTransfer.download` is not working in iOS 11.4.1

2018-08-16 Thread GitBox
rachithhegde edited a comment on issue #201: `fileTransfer.download` is not working in iOS 11.4.1 URL: https://github.com/apache/cordova-plugin-file-transfer/issues/201#issuecomment-412820217 This is my code for download video file from the server for IOS version(11.4.1) ```

[GitHub] richardshergold commented on issue #201: File download is not working in Ios 11.4.1.

2018-08-16 Thread GitBox
richardshergold commented on issue #201: File download is not working in Ios 11.4.1. URL: https://github.com/apache/cordova-plugin-file-transfer/issues/201#issuecomment-413617078 I'm seeing the same thing today in my Ionc app running on iOS 11.4.1 (and it was working fine in earlier

[GitHub] padders opened a new issue #283: No option to use camera when uploading files on Android

2018-08-16 Thread GitBox
padders opened a new issue #283: No option to use camera when uploading files on Android URL: https://github.com/apache/cordova-plugin-inappbrowser/issues/283 This seems to be a known issue previously, but using inappbrowser simply won't give me the normal options on android for uploading

[GitHub] janpio closed issue #282: Authentication prompt not happening in inappbrowser

2018-08-16 Thread GitBox
janpio closed issue #282: Authentication prompt not happening in inappbrowser URL: https://github.com/apache/cordova-plugin-inappbrowser/issues/282 This is an automated message from the Apache Git Service. To respond to the

[GitHub] ambatidilip commented on issue #282: Authentication prompt not happening in inappbrowser

2018-08-16 Thread GitBox
ambatidilip commented on issue #282: Authentication prompt not happening in inappbrowser URL: https://github.com/apache/cordova-plugin-inappbrowser/issues/282#issuecomment-413579084 Perfect. This is an automated message

[GitHub] janpio commented on issue #282: Authentication prompt not happening in inappbrowser

2018-08-16 Thread GitBox
janpio commented on issue #282: Authentication prompt not happening in inappbrowser URL: https://github.com/apache/cordova-plugin-inappbrowser/issues/282#issuecomment-413574125 Oh, so the whole point was to get an authentication token via username + password, not load actual content in

[GitHub] ambatidilip commented on issue #282: Authentication prompt not happening in inappbrowser

2018-08-16 Thread GitBox
ambatidilip commented on issue #282: Authentication prompt not happening in inappbrowser URL: https://github.com/apache/cordova-plugin-inappbrowser/issues/282#issuecomment-413573768 On authentication success i will get user information along with user access token.

[GitHub] janpio commented on issue #96: Camera app crashing

2018-08-16 Thread GitBox
janpio commented on issue #96: Camera app crashing URL: https://github.com/apache/cordova-plugin-media-capture/issues/96#issuecomment-413572409 I don't see any way Cordova or this plugin could do anything to help against this problem, right?

[GitHub] janpio commented on issue #240: Support for other File constructors

2018-08-16 Thread GitBox
janpio commented on issue #240: Support for other File constructors URL: https://github.com/apache/cordova-plugin-file/issues/240#issuecomment-413572138 (Good enough for initial triage. Thanks) This is an automated message

[GitHub] janpio commented on issue #282: Authentication prompt not happening in inappbrowser

2018-08-16 Thread GitBox
janpio commented on issue #282: Authentication prompt not happening in inappbrowser URL: https://github.com/apache/cordova-plugin-inappbrowser/issues/282#issuecomment-413571836 Ok, after some googling: 1. This exists to solve this specific problem:

[GitHub] janpio commented on issue #282: Authentication prompt not happening in inappbrowser

2018-08-16 Thread GitBox
janpio commented on issue #282: Authentication prompt not happening in inappbrowser URL: https://github.com/apache/cordova-plugin-inappbrowser/issues/282#issuecomment-413571809 Token? Please elaborate. This is an automated

[GitHub] ambatidilip commented on issue #282: Authentication prompt not happening in inappbrowser

2018-08-16 Thread GitBox
ambatidilip commented on issue #282: Authentication prompt not happening in inappbrowser URL: https://github.com/apache/cordova-plugin-inappbrowser/issues/282#issuecomment-413571372 Yes, i have tested in Android and IOS results same error. I have created a form authentication, its

[GitHub] gustavosobral edited a comment on issue #96: Camera app crashing

2018-08-16 Thread GitBox
gustavosobral edited a comment on issue #96: Camera app crashing URL: https://github.com/apache/cordova-plugin-media-capture/issues/96#issuecomment-413570195 I think is really something related with the Samsung original camera app. I installed a new camera app (Open Camera) and it didn't

[GitHub] gustavosobral commented on issue #96: Camera app crashing

2018-08-16 Thread GitBox
gustavosobral commented on issue #96: Camera app crashing URL: https://github.com/apache/cordova-plugin-media-capture/issues/96#issuecomment-413570195 I think is really something related with the Samsung original camera app. I installed a new camera app (Open Camera) and it didn't crash

[GitHub] firesharkstudios commented on issue #240: Support for other File constructors

2018-08-16 Thread GitBox
firesharkstudios commented on issue #240: Support for other File constructors URL: https://github.com/apache/cordova-plugin-file/issues/240#issuecomment-413568479 I've only tested on Android. I'd say it's a bug as it's not implementing

[GitHub] janpio commented on issue #282: Authentication prompt not happening in inappbrowser

2018-08-16 Thread GitBox
janpio commented on issue #282: Authentication prompt not happening in inappbrowser URL: https://github.com/apache/cordova-plugin-inappbrowser/issues/282#issuecomment-413567176 > No positive by adding credentials via url. Tested both iOS and Android? (I need an explicit answer

[GitHub] janpio edited a comment on issue #240: Support for other File constructors

2018-08-16 Thread GitBox
janpio edited a comment on issue #240: Support for other File constructors URL: https://github.com/apache/cordova-plugin-file/issues/240#issuecomment-413566479 Android only or also iOS? Is this more a enhancement, bug or support question in your opinion?

[GitHub] janpio commented on issue #240: Support for other File constructors

2018-08-16 Thread GitBox
janpio commented on issue #240: Support for other File constructors URL: https://github.com/apache/cordova-plugin-file/issues/240#issuecomment-413566479 Android only or also iOS? This is an automated message from the Apache

[GitHub] ambatidilip commented on issue #282: Authentication prompt not happening in inappbrowser

2018-08-16 Thread GitBox
ambatidilip commented on issue #282: Authentication prompt not happening in inappbrowser URL: https://github.com/apache/cordova-plugin-inappbrowser/issues/282#issuecomment-413566058 No positive by adding credentials via url. Is there any other approach.

[GitHub] janpio edited a comment on issue #282: Authentication prompt not happening in inappbrowser

2018-08-16 Thread GitBox
janpio edited a comment on issue #282: Authentication prompt not happening in inappbrowser URL: https://github.com/apache/cordova-plugin-inappbrowser/issues/282#issuecomment-413563857 Okay, so supplying credentials via the URL is also a no go by default. (Tested iOS and Android?)

[GitHub] janpio edited a comment on issue #282: Authentication prompt not happening in inappbrowser

2018-08-16 Thread GitBox
janpio edited a comment on issue #282: Authentication prompt not happening in inappbrowser URL: https://github.com/apache/cordova-plugin-inappbrowser/issues/282#issuecomment-413563857 Okay, so supplying credentials via the URL is also a no go by default. (Tested iOS and Android?)

[GitHub] janpio commented on issue #282: Authentication prompt not happening in inappbrowser

2018-08-16 Thread GitBox
janpio commented on issue #282: Authentication prompt not happening in inappbrowser URL: https://github.com/apache/cordova-plugin-inappbrowser/issues/282#issuecomment-413563857 Okay, so supplying credentials via the URL is also a no go by default.

[cordova-common] branch master updated: Simplify some helpers in util/xml-helpers (#40)

2018-08-16 Thread raphinesse
This is an automated email from the ASF dual-hosted git repository. raphinesse pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/cordova-common.git The following commit(s) were added to refs/heads/master by this push: new b296be5 Simplify some helpers in

[GitHub] ambatidilip commented on issue #282: Authentication prompt not happening in inappbrowser

2018-08-16 Thread GitBox
ambatidilip commented on issue #282: Authentication prompt not happening in inappbrowser URL: https://github.com/apache/cordova-plugin-inappbrowser/issues/282#issuecomment-413560318 I have tried it but results no change, its again redirecting to the login screen and prompts for

[GitHub] janpio commented on issue #282: Authentication prompt not happening in inappbrowser

2018-08-16 Thread GitBox
janpio commented on issue #282: Authentication prompt not happening in inappbrowser URL: https://github.com/apache/cordova-plugin-inappbrowser/issues/282#issuecomment-413557519 Ok, good to be sure. Next thing to try: Do the URLs work if you supply the username and password in the

[GitHub] firesharkstudios opened a new issue #240: Support for other File constructors

2018-08-16 Thread GitBox
firesharkstudios opened a new issue #240: Support for other File constructors URL: https://github.com/apache/cordova-plugin-file/issues/240 We use Uppy.io within our Cordova app to handle file uploads and have experienced a weird issue where we end up trying to send a File instance where

[GitHub] ambatidilip commented on issue #282: Authentication prompt not happening in inappbrowser

2018-08-16 Thread GitBox
ambatidilip commented on issue #282: Authentication prompt not happening in inappbrowser URL: https://github.com/apache/cordova-plugin-inappbrowser/issues/282#issuecomment-413554034 Correct, its a basic authentication.

[GitHub] janpio commented on issue #282: Authentication prompt not happening in inappbrowser

2018-08-16 Thread GitBox
janpio commented on issue #282: Authentication prompt not happening in inappbrowser URL: https://github.com/apache/cordova-plugin-inappbrowser/issues/282#issuecomment-413552930 No, the popup you are seeing looks like a normal ["Basic

[GitHub] ambatidilip commented on issue #282: Authentication prompt not happening in inappbrowser

2018-08-16 Thread GitBox
ambatidilip commented on issue #282: Authentication prompt not happening in inappbrowser URL: https://github.com/apache/cordova-plugin-inappbrowser/issues/282#issuecomment-413545470 Yes, the page will return few info regarding the loggedIn by specific user and it is not hardcode

[GitHub] janpio commented on issue #251: CB-12875: (ios) Magnifiying glass is showing wrong content with inappbrowser window

2018-08-16 Thread GitBox
janpio commented on issue #251: CB-12875: (ios) Magnifiying glass is showing wrong content with inappbrowser window URL: https://github.com/apache/cordova-plugin-inappbrowser/pull/251#issuecomment-413541440 @maltenorstroem , is the code snippet you posted what @shazron indicated in his

[GitHub] janpio edited a comment on issue #282: Authentication prompt not happening in inappbrowser

2018-08-16 Thread GitBox
janpio edited a comment on issue #282: Authentication prompt not happening in inappbrowser URL: https://github.com/apache/cordova-plugin-inappbrowser/issues/282#issuecomment-413540718 Ok. Please create a webpage linking to the protected one and open that in InAppBrowser, then click the

[GitHub] janpio commented on issue #282: Authentication prompt not happening in inappbrowser

2018-08-16 Thread GitBox
janpio commented on issue #282: Authentication prompt not happening in inappbrowser URL: https://github.com/apache/cordova-plugin-inappbrowser/issues/282#issuecomment-413540718 Ok. Please create a webpage linking to the protected one and open that in InAppBrowser, then click the link.

[GitHub] ambatidilip edited a comment on issue #282: Authentication prompt not happening in inappbrowser

2018-08-16 Thread GitBox
ambatidilip edited a comment on issue #282: Authentication prompt not happening in inappbrowser URL: https://github.com/apache/cordova-plugin-inappbrowser/issues/282#issuecomment-413534494

[GitHub] ambatidilip edited a comment on issue #282: Authentication prompt not happening in inappbrowser

2018-08-16 Thread GitBox
ambatidilip edited a comment on issue #282: Authentication prompt not happening in inappbrowser URL: https://github.com/apache/cordova-plugin-inappbrowser/issues/282#issuecomment-413534494

[GitHub] ambatidilip commented on issue #282: Authentication prompt not happening in inappbrowser

2018-08-16 Thread GitBox
ambatidilip commented on issue #282: Authentication prompt not happening in inappbrowser URL: https://github.com/apache/cordova-plugin-inappbrowser/issues/282#issuecomment-413512647 Yes in IOS also i have verified its prompting in safari browser, but when i check in app using _blank i

[GitHub] janpio commented on issue #282: Authentication prompt not happening in inappbrowser

2018-08-16 Thread GitBox
janpio commented on issue #282: Authentication prompt not happening in inappbrowser URL: https://github.com/apache/cordova-plugin-inappbrowser/issues/282#issuecomment-413508147 > But i noticed one thing which is a text saying as The site says: "Protect:/" Huh? Can you provide a

[GitHub] janpio commented on issue #479: media stream compatible web view

2018-08-16 Thread GitBox
janpio commented on issue #479: media stream compatible web view URL: https://github.com/apache/cordova-android/issues/479#issuecomment-413507650 > so basically webrtc is for P2P Video calling > but it requires a media server for group calling, video recording of the sessions, > I

[GitHub] ambatidilip edited a comment on issue #282: Authentication prompt not happening in inappbrowser

2018-08-16 Thread GitBox
ambatidilip edited a comment on issue #282: Authentication prompt not happening in inappbrowser URL: https://github.com/apache/cordova-plugin-inappbrowser/issues/282#issuecomment-413491972 Yes, I have opened the same in android chrome browser its showing prompt to enter the credentials.

[GitHub] ambatidilip edited a comment on issue #282: Authentication prompt not happening in inappbrowser

2018-08-16 Thread GitBox
ambatidilip edited a comment on issue #282: Authentication prompt not happening in inappbrowser URL: https://github.com/apache/cordova-plugin-inappbrowser/issues/282#issuecomment-413491972 Yes, I have opened the same in android chrome browser its showing prompt to enter the credentials.

[GitHub] ambatidilip commented on issue #282: Authentication prompt not happening in inappbrowser

2018-08-16 Thread GitBox
ambatidilip commented on issue #282: Authentication prompt not happening in inappbrowser URL: https://github.com/apache/cordova-plugin-inappbrowser/issues/282#issuecomment-413491972 Yes, I have opened the same in android chrome browser its showing prompt to enter the credentials.

[GitHub] ajay01994 commented on issue #479: media stream compatible web view

2018-08-16 Thread GitBox
ajay01994 commented on issue #479: media stream compatible web view URL: https://github.com/apache/cordova-android/issues/479#issuecomment-413491610 Okay, so basically webrtc is for P2P Video calling, but it requires a media server for group calling, video recording of the sessions, I have

[GitHub] janpio commented on issue #282: Authentication prompt not happening in inappbrowser

2018-08-16 Thread GitBox
janpio commented on issue #282: Authentication prompt not happening in inappbrowser URL: https://github.com/apache/cordova-plugin-inappbrowser/issues/282#issuecomment-413490726 Does the prompt work in the normal Android browser? In other browsers like Firefox for Android?

[GitHub] ambatidilip opened a new issue #282: Authentication prompt not happening

2018-08-16 Thread GitBox
ambatidilip opened a new issue #282: Authentication prompt not happening URL: https://github.com/apache/cordova-plugin-inappbrowser/issues/282 I am trying make authentication to the server. When i open the url in browser it prompts for authentication. The same i have tried with

[GitHub] janpio commented on issue #858: (android) Incorrect default value in config.xml

2018-08-16 Thread GitBox
janpio commented on issue #858: (android) Incorrect default value in config.xml URL: https://github.com/apache/cordova-docs/pull/858#issuecomment-413482448  on your first merged PR @emanuelecesari 磊 This is an automated

[cordova-docs] branch master updated: (android) Fix incorrect default value in config.xml (#858)

2018-08-16 Thread janpio
This is an automated email from the ASF dual-hosted git repository. janpio pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/cordova-docs.git The following commit(s) were added to refs/heads/master by this push: new cff749c (android) Fix incorrect default

[GitHub] shazron commented on issue #858: (android) Incorrect default value in config.xml

2018-08-16 Thread GitBox
shazron commented on issue #858: (android) Incorrect default value in config.xml URL: https://github.com/apache/cordova-docs/pull/858#issuecomment-413480687 It all depends, do we want to follow the code or the docs? (which one is the truth) I would fall back on backwards compatibility,

[GitHub] phil4literacy commented on issue #239: Not seeing files that are stored on the Android device

2018-08-16 Thread GitBox
phil4literacy commented on issue #239: Not seeing files that are stored on the Android device URL: https://github.com/apache/cordova-plugin-file/issues/239#issuecomment-413479429 BTW, new apps created with API 22 are no longer allowed to be uploaded to Google Play, so I'm currently

[GitHub] phil4literacy commented on issue #239: Not seeing files that are stored on the Android device

2018-08-16 Thread GitBox
phil4literacy commented on issue #239: Not seeing files that are stored on the Android device URL: https://github.com/apache/cordova-plugin-file/issues/239#issuecomment-413479194 Yes, mostly. For example with API 28 it found files here:

[GitHub] janpio commented on issue #291: Scrolling not working on Windows App when Local Mode is enabled

2018-08-16 Thread GitBox
janpio commented on issue #291: Scrolling not working on Windows App when Local Mode is enabled URL: https://github.com/apache/cordova-windows/issues/291#issuecomment-413472802 If you have contact at Microsoft, go for it - they should know a bit about it. I am one of the random

[GitHub] trongrg commented on issue #199: Fix js error "The parameter is incorrect"

2018-08-16 Thread GitBox
trongrg commented on issue #199: Fix js error "The parameter is incorrect" URL: https://github.com/apache/cordova-plugin-file-transfer/pull/199#issuecomment-413472591 I don't think this PR cause those to fail, because the change is for windows platform, and the tests are failing for

[GitHub] janpio commented on issue #239: Not seeing files that are stored on the Android device

2018-08-16 Thread GitBox
janpio commented on issue #239: Not seeing files that are stored on the Android device URL: https://github.com/apache/cordova-plugin-file/issues/239#issuecomment-413472158 So API level <= 22 could see all files, API level >22 can only see application files?

[GitHub] dominic-simplan commented on issue #291: Scrolling not working on Windows App when Local Mode is enabled

2018-08-16 Thread GitBox
dominic-simplan commented on issue #291: Scrolling not working on Windows App when Local Mode is enabled URL: https://github.com/apache/cordova-windows/issues/291#issuecomment-413470857 Okay I just tried to added the directive `script-src ms-appx-web: 'unsafe-eval' blob:` to my index.html

[GitHub] phil4literacy opened a new issue #239: Not seeing files that are stored on the Android device

2018-08-16 Thread GitBox
phil4literacy opened a new issue #239: Not seeing files that are stored on the Android device URL: https://github.com/apache/cordova-plugin-file/issues/239 The issue has been described in this question:

[GitHub] janpio commented on issue #291: Scrolling not working on Windows App when Local Mode is enabled

2018-08-16 Thread GitBox
janpio commented on issue #291: Scrolling not working on Windows App when Local Mode is enabled URL: https://github.com/apache/cordova-windows/issues/291#issuecomment-413464448 > I don't think it's a translation issue, here is exactly the same error in English Good catch, I didn't

[GitHub] dominic-simplan edited a comment on issue #291: Scrolling not working on Windows App when Local Mode is enabled

2018-08-16 Thread GitBox
dominic-simplan edited a comment on issue #291: Scrolling not working on Windows App when Local Mode is enabled URL: https://github.com/apache/cordova-windows/issues/291#issuecomment-413462557 I don't think it's a translation issue, here is exactly the same error in English:

[GitHub] janpio commented on issue #199: Fix js error "The parameter is incorrect"

2018-08-16 Thread GitBox
janpio commented on issue #199: Fix js error "The parameter is incorrect" URL: https://github.com/apache/cordova-plugin-file-transfer/pull/199#issuecomment-413463423 Ok, way above my pay grade ($0) - let's hope someone who knows a bit about this comes along to merge this. The tests

[GitHub] dominic-simplan commented on issue #291: Scrolling not working on Windows App when Local Mode is enabled

2018-08-16 Thread GitBox
dominic-simplan commented on issue #291: Scrolling not working on Windows App when Local Mode is enabled URL: https://github.com/apache/cordova-windows/issues/291#issuecomment-413462557 I don't think it's a translation issue, here is exactly the same error in English:

[GitHub] janpio edited a comment on issue #152: load gif splash

2018-08-16 Thread GitBox
janpio edited a comment on issue #152: load gif splash URL: https://github.com/apache/cordova-plugin-splashscreen/issues/152#issuecomment-413461620 No, there is no support for loading gifs as splash screen in this plugin. As you can see in the documentation, all the files have to be

[GitHub] janpio closed issue #152: load gif splash

2018-08-16 Thread GitBox
janpio closed issue #152: load gif splash URL: https://github.com/apache/cordova-plugin-splashscreen/issues/152 This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and

[GitHub] janpio commented on issue #152: load gif splash

2018-08-16 Thread GitBox
janpio commented on issue #152: load gif splash URL: https://github.com/apache/cordova-plugin-splashscreen/issues/152#issuecomment-413461620 No, there is no support for loading gifs as splash screen in this plugin. This is

[GitHub] janpio commented on issue #479: media stream compatible web view

2018-08-16 Thread GitBox
janpio commented on issue #479: media stream compatible web view URL: https://github.com/apache/cordova-android/issues/479#issuecomment-413461364 So the current web view doesn't support this? What exactly is "this"? "media stream / recording using WEB RTC" is not very clear.

[GitHub] trongrg edited a comment on issue #199: Fix js error "The parameter is incorrect"

2018-08-16 Thread GitBox
trongrg edited a comment on issue #199: Fix js error "The parameter is incorrect" URL: https://github.com/apache/cordova-plugin-file-transfer/pull/199#issuecomment-413461134 "download.progress.bytesReceived is 0" means the image is downloaded, but on hard disk its size is 0. This could

[GitHub] trongrg commented on issue #199: Fix js error "The parameter is incorrect"

2018-08-16 Thread GitBox
trongrg commented on issue #199: Fix js error "The parameter is incorrect" URL: https://github.com/apache/cordova-plugin-file-transfer/pull/199#issuecomment-413461134 "download.progress.bytesReceived is 0" means the image is downloaded, but on hard disk its size is 0. This could be the

[GitHub] martin-dufka edited a comment on issue #96: Camera app crashing

2018-08-16 Thread GitBox
martin-dufka edited a comment on issue #96: Camera app crashing URL: https://github.com/apache/cordova-plugin-media-capture/issues/96#issuecomment-413456080 @gustavosobral https://developer.android.com/about/versions/oreo/android-8.0-changes Background execution limits

[GitHub] martin-dufka commented on issue #96: Camera app crashing

2018-08-16 Thread GitBox
martin-dufka commented on issue #96: Camera app crashing URL: https://github.com/apache/cordova-plugin-media-capture/issues/96#issuecomment-413456080 @gustavosobral https://developer.android.com/about/versions/oreo/android-8.0-changes Background execution limits ... may

[GitHub] gustavosobral removed a comment on issue #96: Camera app crashing

2018-08-16 Thread GitBox
gustavosobral removed a comment on issue #96: Camera app crashing URL: https://github.com/apache/cordova-plugin-media-capture/issues/96#issuecomment-41339 @janpio Yes, it also crashes with limit of 3 and slow usage. I also don't know any other Cordova app that take multiple images.

[GitHub] gustavosobral edited a comment on issue #96: Camera app crashing

2018-08-16 Thread GitBox
gustavosobral edited a comment on issue #96: Camera app crashing URL: https://github.com/apache/cordova-plugin-media-capture/issues/96#issuecomment-41339 @janpio Yes, it also crashes with limit of 3 and slow usage. I also don't know any other Cordova app that take multiple images.

[GitHub] gustavosobral commented on issue #96: Camera app crashing

2018-08-16 Thread GitBox
gustavosobral commented on issue #96: Camera app crashing URL: https://github.com/apache/cordova-plugin-media-capture/issues/96#issuecomment-413444656 @janpio Yes, it also crashes with limit of 3 and slow usage. I also don't know any other Cordova app that take multiple images.

[GitHub] gustavosobral commented on issue #96: Camera app crashing

2018-08-16 Thread GitBox
gustavosobral commented on issue #96: Camera app crashing URL: https://github.com/apache/cordova-plugin-media-capture/issues/96#issuecomment-41339 @janpio Yes, it also crashes with limit of 3 and slow usage. @martin-dufka Thanks for the help! I tried here with the limit of 2 and