[GitHub] [cordova-android] cdmahoney commented on issue #1025: With cordova-android@9.0.0 defining versionNameSuffix in build-extras.gradle results in suffix being used as complete version name

2020-07-09 Thread GitBox
cdmahoney commented on issue #1025: URL: https://github.com/apache/cordova-android/issues/1025#issuecomment-655939140 OK thanks, no problem - for now I've just defined the suffix to be the complete version name in build-extras.gradle. Good enough for the debug version! Colin

[GitHub] [cordova-plugin-inappbrowser] trackmyapp commented on issue #706: Unable to access camera for record video online from inappbrowser

2020-07-09 Thread GitBox
trackmyapp commented on issue #706: URL: https://github.com/apache/cordova-plugin-inappbrowser/issues/706#issuecomment-656031574 I think I have the same issue. I added the "NSCameraUsageDescription" and "NSPhotoLibraryUsageDescription" in the config.xml file. So the user gets asked for

[GitHub] [cordova-plugin-inappbrowser] NiklasMerz commented on a change in pull request #717: (ios): update CI for Xcode 11

2020-07-09 Thread GitBox
NiklasMerz commented on a change in pull request #717: URL: https://github.com/apache/cordova-plugin-inappbrowser/pull/717#discussion_r452061050 ## File path: .travis.yml ## @@ -81,7 +81,7 @@ before_install: - if [[ "$PLATFORM" =~ ios ]]; then npm install -g ios-deploy; fi

[GitHub] [cordova-plugin-inappbrowser] NiklasMerz commented on pull request #629: (ios) removing hard coded height

2020-07-09 Thread GitBox
NiklasMerz commented on pull request #629: URL: https://github.com/apache/cordova-plugin-inappbrowser/pull/629#issuecomment-655957568 The statusbar has been removed in #656 This is an automated message from the Apache Git

[GitHub] [cordova-plugin-inappbrowser] NiklasMerz closed pull request #629: (ios) removing hard coded height

2020-07-09 Thread GitBox
NiklasMerz closed pull request #629: URL: https://github.com/apache/cordova-plugin-inappbrowser/pull/629 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

[GitHub] [cordova-ios] vittalpai removed a comment on issue #883: No local file access

2020-07-09 Thread GitBox
vittalpai removed a comment on issue #883: URL: https://github.com/apache/cordova-ios/issues/883#issuecomment-655961293 I temporarily resolved this issue by using XHR Fix plugin. ```cordova plugin add cordova-plugin-wkwebviewxhrfix``` Looking forward for Cordova to fix this

[GitHub] [cordova-ios] vittalpai commented on issue #883: No local file access

2020-07-09 Thread GitBox
vittalpai commented on issue #883: URL: https://github.com/apache/cordova-ios/issues/883#issuecomment-655961293 I temporarily resolved this issue by using XHR Fix plugin. ```cordova plugin add cordova-plugin-wkwebviewxhrfix``` Looking forward for Cordova to fix this issue in

[GitHub] [cordova-ios] idoodler closed issue #935: App crashes on iOS 14

2020-07-09 Thread GitBox
idoodler closed issue #935: URL: https://github.com/apache/cordova-ios/issues/935 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to

[GitHub] [cordova-ios] idoodler commented on issue #935: App crashes on iOS 14

2020-07-09 Thread GitBox
idoodler commented on issue #935: URL: https://github.com/apache/cordova-ios/issues/935#issuecomment-656060399 I just figured out why it is crashing. It was crashing on iPhones, not iOS 14 devices. Cause -- Under the Projects iOS target in **Deployment Info** the property

[GitHub] [cordova-plugin-inappbrowser] xinhuadian opened a new issue #751: WKWebview cookie sometimes can't be get after upgrade to Cordova 6.1.0

2020-07-09 Thread GitBox
xinhuadian opened a new issue #751: URL: https://github.com/apache/cordova-plugin-inappbrowser/issues/751 # Bug Report ## Problem Try to get the cookie of inappbrowser. But sometimes can't get correct cookie. This issue happen after upgrade cordova to Cordova ios 6.1.0. and

[GitHub] [cordova-ios] NiklasMerz commented on issue #934: WKWebview cookie sometimes can't be get after upgrade to Cordova 6.1.0

2020-07-09 Thread GitBox
NiklasMerz commented on issue #934: URL: https://github.com/apache/cordova-ios/issues/934#issuecomment-655954754 Thanks for reporting. Good find! Sounds like an issue in inappbrowser. I am transfering this to the inappbrowser repo.

[GitHub] [cordova-plugin-inappbrowser] timbru31 commented on a change in pull request #717: (ios): update CI for Xcode 11

2020-07-09 Thread GitBox
timbru31 commented on a change in pull request #717: URL: https://github.com/apache/cordova-plugin-inappbrowser/pull/717#discussion_r452057167 ## File path: .travis.yml ## @@ -81,7 +81,7 @@ before_install: - if [[ "$PLATFORM" =~ ios ]]; then npm install -g ios-deploy; fi

[GitHub] [cordova-ios] breautek commented on issue #935: App crashes on iOS 14

2020-07-09 Thread GitBox
breautek commented on issue #935: URL: https://github.com/apache/cordova-ios/issues/935#issuecomment-656148709 If there is something in `cordova-ios` codebase that requires a change to support iOS 14, then I think this issue can remain open, so that we can keep track of what we may need

[GitHub] [cordova-ios] imgos commented on pull request #936: (ios) issue-912: fix deployment to device

2020-07-09 Thread GitBox
imgos commented on pull request #936: URL: https://github.com/apache/cordova-ios/pull/936#issuecomment-656136951 @erisu - I've been able to deploy two cordova apps to my ios devices (iphone 7 plus and iphone 8) successfully with this. I have not had an app build and then open with a

[GitHub] [cordova-ios] derMani commented on issue #931: document.cookie non functional in ios 6.0.0/6.1.0

2020-07-09 Thread GitBox
derMani commented on issue #931: URL: https://github.com/apache/cordova-ios/issues/931#issuecomment-656121200 I can confirm this. document.cookie = 'test' will be ignored with cordova-ios@6.0.0 or 6.1.0 Additionally, server cookies within the response won't be set.

[GitHub] [cordova-plugin-splashscreen] rozza-m commented on issue #197: Android: White screen before splash screen

2020-07-09 Thread GitBox
rozza-m commented on issue #197: URL: https://github.com/apache/cordova-plugin-splashscreen/issues/197#issuecomment-656141456 Sorry for the delay in replying. I hadn't noticed, but yes it does exhibit this issue. This is

[GitHub] [cordova-plugin-geolocation] breautek commented on issue #203: Not working on android device Vivo Y12

2020-07-09 Thread GitBox
breautek commented on issue #203: URL: https://github.com/apache/cordova-plugin-geolocation/issues/203#issuecomment-656109246 Timeout means the GPS receiver was unable to find a GPS point within your timeout setting, which in your case is 30 seconds. This is possible for a host of

[GitHub] [cordova-ios] derMani edited a comment on issue #931: document.cookie non functional in ios 6.0.0/6.1.0

2020-07-09 Thread GitBox
derMani edited a comment on issue #931: URL: https://github.com/apache/cordova-ios/issues/931#issuecomment-656121200 I can confirm this. document.cookie = 'test' will be ignored with cordova-ios@6.0.0 or 6.1.0 Additionally, server cookies within the response won't be

[GitHub] [cordova-plugin-screen-orientation] Manugal commented on issue #68: .lock(ORIENTATIONS.LANDSCAPE) not working in iOS 12 13 if the phone auto rotation is enabled

2020-07-09 Thread GitBox
Manugal commented on issue #68: URL: https://github.com/apache/cordova-plugin-screen-orientation/issues/68#issuecomment-656221518 Hi, I am experiencing the exact same problem. As workaround I found that the following line added to `CDVOrientation.m` at line 84 solved the problem in my

[GitHub] [cordova-plugin-screen-orientation] Manugal edited a comment on issue #68: .lock(ORIENTATIONS.LANDSCAPE) not working in iOS 12 13 if the phone auto rotation is enabled

2020-07-09 Thread GitBox
Manugal edited a comment on issue #68: URL: https://github.com/apache/cordova-plugin-screen-orientation/issues/68#issuecomment-656221518 Hi, I am experiencing the exact same problem. As workaround, I found that adding the following line to `CDVOrientation.m` at line 84 solved the

[GitHub] [cordova-plugin-inappbrowser] pookdeveloper commented on issue #730: On ("loadstart") event not working on Android, only on IOS

2020-07-09 Thread GitBox
pookdeveloper commented on issue #730: URL: https://github.com/apache/cordova-plugin-inappbrowser/issues/730#issuecomment-656245245 @luccadumas Did you try with other url not an url file ? This is an automated message from

[GitHub] [cordova-ios] timbru31 commented on pull request #936: (ios) issue-912: fix deployment to device

2020-07-09 Thread GitBox
timbru31 commented on pull request #936: URL: https://github.com/apache/cordova-ios/pull/936#issuecomment-656156464 I'll give this PR a test today - codewise it looks good. Thanks for the investigation :) This is an

[GitHub] [cordova-plugin-inappbrowser] sagrawal31 opened a new issue #752: Events are not isolated between multiple instances of IAB

2020-07-09 Thread GitBox
sagrawal31 opened a new issue #752: URL: https://github.com/apache/cordova-plugin-inappbrowser/issues/752 # Bug Report ## Problem If multiple instances of IAB are created, only the events from the last created IAB instances are called back. ### What does actually

[GitHub] [cordova-plugin-camera] breautek commented on issue #624: FileTransfer Dependency is Deprecated and Throws Error in XCode Build on cordova-ios v6

2020-07-09 Thread GitBox
breautek commented on issue #624: URL: https://github.com/apache/cordova-plugin-camera/issues/624#issuecomment-656318939 The camera plugin does not define `cordova-plugin-file-transfer` as a dependency, which is observable by looking at its `plugin.xml` file under the `4.1.0` release

[GitHub] [cordova-plugin-inappbrowser] sagrawal31 commented on issue #533: Cordova iOS in-app Post message not responding to window.open when click second time

2020-07-09 Thread GitBox
sagrawal31 commented on issue #533: URL: https://github.com/apache/cordova-plugin-inappbrowser/issues/533#issuecomment-656254230 I'm having the same problem in Android. For me, message is not being received 2nd time. This

[GitHub] [cordova-plugin-camera] patrickghidossi opened a new issue #624: FileTransfer Dependency is Deprecated and Throws Error in XCode Build on cordova-ios v6

2020-07-09 Thread GitBox
patrickghidossi opened a new issue #624: URL: https://github.com/apache/cordova-plugin-camera/issues/624 ### Issue Type - [ ] Bug Report - [ ] Feature Request - [x] Support Question ## Description Upon upgrading to cordova-ios 6.1.0, and then proceeding to

[GitHub] [cordova-plugin-camera] breautek closed issue #624: FileTransfer Dependency is Deprecated and Throws Error in XCode Build on cordova-ios v6

2020-07-09 Thread GitBox
breautek closed issue #624: URL: https://github.com/apache/cordova-plugin-camera/issues/624 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above

[GitHub] [cordova-plugin-inappbrowser] luccadumas commented on issue #730: On ("loadstart") event not working on Android, only on IOS

2020-07-09 Thread GitBox
luccadumas commented on issue #730: URL: https://github.com/apache/cordova-plugin-inappbrowser/issues/730#issuecomment-656413588 > @luccadumas Did you try with other url not an url file ? With a common url works well.

[GitHub] [cordova-ios] shiqian123 commented on issue #638: loading page white screen

2020-07-09 Thread GitBox
shiqian123 commented on issue #638: URL: https://github.com/apache/cordova-ios/issues/638#issuecomment-656495657 > 有时,白屏需要很长时间才能显示内容。此时,日志输出如下: > 任务<43DF4949-60E5-4C5A-8F85-39BB9431BD1C>。<0> HTTP加载失败(错误代码:-1005 [4:-4])。 > NSURLConnection完成,错误-代码-1005。 >