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

2020-07-10 Thread GitBox
NiklasMerz commented on issue #935: URL: https://github.com/apache/cordova-ios/issues/935#issuecomment-656502214 I have been using iOS 14 since the first beta and did not find any Cordova related bug yet. This is an

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

2020-07-10 Thread GitBox
idoodler commented on issue #935: URL: https://github.com/apache/cordova-ios/issues/935#issuecomment-656502580 As mentioned previously this was an issue of my Xcode project, not of iOS 14. This is an automated message from

[GitHub] [cordova-plugin-camera] dolin-tan commented on issue #622: Can't access to file photolibrary with cordova ios 6.1.0 and wkwebview

2020-07-10 Thread GitBox
dolin-tan commented on issue #622: URL: https://github.com/apache/cordova-plugin-camera/issues/622#issuecomment-656580859 There is no imagedata in the callback after the photo is taken successfully in wkwebview This is an

[GitHub] [cordova-ios] ashishkumar2804 opened a new issue #938: App Stuck on Splash screen

2020-07-10 Thread GitBox
ashishkumar2804 opened a new issue #938: URL: https://github.com/apache/cordova-ios/issues/938 # Bug Report ## App is tuck on Splash screen/launch screen post updating to cordova ios platform 6.1. When checked through safari, even device ready event is not triggered. ###

[GitHub] [cordova-ios] breautek commented on issue #938: App Stuck on Splash screen

2020-07-10 Thread GitBox
breautek commented on issue #938: URL: https://github.com/apache/cordova-ios/issues/938#issuecomment-656663714 There's an open issue on this already at https://github.com/apache/cordova-ios/issues/883 First I'd read this comment:

[GitHub] [cordova-ios] RonnySchleicher opened a new issue #937: With Cordova and the cordova-plugin-wkwebview-engine I can no longer play sounds without direct user action when the App is installed o

2020-07-10 Thread GitBox
RonnySchleicher opened a new issue #937: URL: https://github.com/apache/cordova-ios/issues/937 # Bug Report If I use the cordova-plugin-wkwebview-engine and play a soundfile, i beome follow **assertion.** ``` 2020-07-10 13:40:04.054571+0200 TEST[1927:49192] [assertion] Error

[GitHub] [cordova-ios] ashishkumar2804 commented on issue #938: App Stuck on Splash screen

2020-07-10 Thread GitBox
ashishkumar2804 commented on issue #938: URL: https://github.com/apache/cordova-ios/issues/938#issuecomment-656654202 Attaching log details of the Xcode 2020-07-10 17:56:25.373664+0530 Reports[1058:128594] Apache Cordova native platform version 6.1.0 is starting. 2020-07-10

[GitHub] [cordova-ios] timbru31 commented on issue #938: App Stuck on Splash screen

2020-07-10 Thread GitBox
timbru31 commented on issue #938: URL: https://github.com/apache/cordova-ios/issues/938#issuecomment-656661753 Configure your backend servers to solve CORS issues. ;) We can't assist with that. This is an automated

[GitHub] [cordova-ios] timbru31 edited a comment on issue #938: App Stuck on Splash screen

2020-07-10 Thread GitBox
timbru31 edited a comment on issue #938: URL: https://github.com/apache/cordova-ios/issues/938#issuecomment-656661753 Configure your backend servers to solve CORS issues. ;) We can't assist with that. The MDN docs are a good starting point to understand CORS:

[GitHub] [cordova-ios] breautek commented on issue #938: App Stuck on Splash screen

2020-07-10 Thread GitBox
breautek commented on issue #938: URL: https://github.com/apache/cordova-ios/issues/938#issuecomment-656659154 > Will be trying that, but i have applied some console log, which gets displayed on Xcode console at device ready event. the same where not showing up. This also suggest

[GitHub] [cordova-ios] antikalk commented on issue #939: Splash screen not visible, instead appears a white screen after upgrading to cordova-ios: 6.1.0 from 5.1.1

2020-07-10 Thread GitBox
antikalk commented on issue #939: URL: https://github.com/apache/cordova-ios/issues/939#issuecomment-656698128 Please try updating cordova-plugin-splashscreen to version 5.0.4. This is an automated message from the Apache

[GitHub] [cordova-ios] lukas2 commented on issue #855: Recieved Error: Command failed with exit code 65

2020-07-10 Thread GitBox
lukas2 commented on issue #855: URL: https://github.com/apache/cordova-ios/issues/855#issuecomment-656705630 I see the same problem. In my case the "Builds for" setting in the File Inspector for `CDVLaunchScreen.storyboard` shows a wrong value.

[GitHub] [cordova-ios] lukas2 edited a comment on issue #855: Recieved Error: Command failed with exit code 65

2020-07-10 Thread GitBox
lukas2 edited a comment on issue #855: URL: https://github.com/apache/cordova-ios/issues/855#issuecomment-656705630 I see the same problem. In my case the "Builds for" setting in the File Inspector for `CDVLaunchScreen.storyboard` shows a wrong value.

[GitHub] [cordova-plugin-splashscreen] Kepro edited a comment on issue #244: Electron/Browser JS crash, SplashScreenProxy

2020-07-10 Thread GitBox
Kepro edited a comment on issue #244: URL: https://github.com/apache/cordova-plugin-splashscreen/issues/244#issuecomment-656723076 Did you try `` ? This is an automated message from the Apache Git Service. To respond to

[GitHub] [cordova-plugin-splashscreen] Kepro commented on issue #244: Electron/Browser JS crash, SplashScreenProxy

2020-07-10 Thread GitBox
Kepro commented on issue #244: URL: https://github.com/apache/cordova-plugin-splashscreen/issues/244#issuecomment-656723076 Did you try ? This is an automated message from the Apache Git Service. To respond to the

[GitHub] [cordova-ios] breautek commented on issue #937: With Cordova and the cordova-plugin-wkwebview-engine I can no longer play sounds without direct user action when the App is installed over the

2020-07-10 Thread GitBox
breautek commented on issue #937: URL: https://github.com/apache/cordova-ios/issues/937#issuecomment-656652253 Sounds like you need an entitlement now based on: > reason: "Client is missing required entitlement"> But... there doesn't seem to be any

[GitHub] [cordova-ios] ashishkumar2804 commented on issue #938: App Stuck on Splash screen

2020-07-10 Thread GitBox
ashishkumar2804 commented on issue #938: URL: https://github.com/apache/cordova-ios/issues/938#issuecomment-656657283 Will be trying that, but i have applied some console log, which gets displayed on Xcode console at device ready event. the same where not showing up.

[GitHub] [cordova-ios] lukas2 edited a comment on issue #855: Recieved Error: Command failed with exit code 65

2020-07-10 Thread GitBox
lukas2 edited a comment on issue #855: URL: https://github.com/apache/cordova-ios/issues/855#issuecomment-656705630 I see the same problem. In my case the "Builds for" setting in the File Inspector for `CDVLaunchScreen.storyboard` shows a wrong value.

[GitHub] [cordova-ios] RonnySchleicher commented on issue #937: With Cordova and the cordova-plugin-wkwebview-engine I can no longer play sounds without direct user action when the App is installed o

2020-07-10 Thread GitBox
RonnySchleicher commented on issue #937: URL: https://github.com/apache/cordova-ios/issues/937#issuecomment-656660752 Important NOTE: This assertion also occurs in the iPhone simulator. This is an automated message

[GitHub] [cordova-ios] ashishkumar2804 commented on issue #938: App Stuck on Splash screen

2020-07-10 Thread GitBox
ashishkumar2804 commented on issue #938: URL: https://github.com/apache/cordova-ios/issues/938#issuecomment-656661200 For the error log and it is related to CORS. Any idea on how to get that fixed?

[GitHub] [cordova-ios] Astha-Anand opened a new issue #939: Splash screen not visible, instead stuck on a white screen after upgrading to cordova-ios: 6.1.0 from 5.1.1

2020-07-10 Thread GitBox
Astha-Anand opened a new issue #939: URL: https://github.com/apache/cordova-ios/issues/939 # Bug Report ## Problem ### What is expected to happen? App should work and Splash screen should appear instead of a white screen. ### What does actually happen? White

[GitHub] [cordova-ios] timbru31 commented on issue #938: App Stuck on Splash screen

2020-07-10 Thread GitBox
timbru31 commented on issue #938: URL: https://github.com/apache/cordova-ios/issues/938#issuecomment-656664469 > He's requesting a local file:// url, so that doesn't apply here. Oh, indeed. I've missed that. This is

[GitHub] [cordova-ios] breautek edited a comment on issue #938: App Stuck on Splash screen

2020-07-10 Thread GitBox
breautek edited a comment on issue #938: URL: https://github.com/apache/cordova-ios/issues/938#issuecomment-656663714 There's an open issue on this already at https://github.com/apache/cordova-ios/issues/883 First I'd read this comment:

[GitHub] [cordova-ios] lukas2 edited a comment on issue #855: Recieved Error: Command failed with exit code 65

2020-07-10 Thread GitBox
lukas2 edited a comment on issue #855: URL: https://github.com/apache/cordova-ios/issues/855#issuecomment-656705630 I see the same problem. In my case the "Builds for" setting in the File Inspector for `CDVLaunchScreen.storyboard` shows a wrong value.

[GitHub] [cordova-ios] breautek edited a comment on issue #938: App Stuck on Splash screen

2020-07-10 Thread GitBox
breautek edited a comment on issue #938: URL: https://github.com/apache/cordova-ios/issues/938#issuecomment-656663714 This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [cordova-ios] timbru31 edited a comment on issue #939: Splash screen not visible, instead appears a white screen after upgrading to cordova-ios: 6.1.0 from 5.1.1

2020-07-10 Thread GitBox
timbru31 edited a comment on issue #939: URL: https://github.com/apache/cordova-ios/issues/939#issuecomment-656709072 The SplashSreen has been integrated into cordova-ios@6.0.0. Like Oliver said, please upgrade the plugin.

[GitHub] [cordova-ios] timbru31 closed issue #939: Splash screen not visible, instead appears a white screen after upgrading to cordova-ios: 6.1.0 from 5.1.1

2020-07-10 Thread GitBox
timbru31 closed issue #939: URL: https://github.com/apache/cordova-ios/issues/939 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] timbru31 commented on issue #939: Splash screen not visible, instead appears a white screen after upgrading to cordova-ios: 6.1.0 from 5.1.1

2020-07-10 Thread GitBox
timbru31 commented on issue #939: URL: https://github.com/apache/cordova-ios/issues/939#issuecomment-656709072 The SplasSchreen has been integrated into cordova-ios@6.0.0. Like Oliver said, please upgrade the plugin. This

[GitHub] [cordova-plugin-inappbrowser] dickverweij commented on issue #712: cordova-ios@6.0.0 compatibility

2020-07-10 Thread GitBox
dickverweij commented on issue #712: URL: https://github.com/apache/cordova-plugin-inappbrowser/issues/712#issuecomment-656728294 *Bunp* Is there a fix for building cordova-ios 6.0.1 and latest inappbrowser? This is

[GitHub] [cordova-plugin-inappbrowser] mosabab removed a comment on issue #729: The html height increased from the second time to open the browser in iOS

2020-07-10 Thread GitBox
mosabab removed a comment on issue #729: URL: https://github.com/apache/cordova-plugin-inappbrowser/issues/729#issuecomment-654806126 Yes, I can see this issue if open the inapobrowser and you click on home button on android and reopen the app again

[GitHub] [cordova-plugin-splashscreen] Kepro commented on issue #244: Electron/Browser JS crash, SplashScreenProxy

2020-07-10 Thread GitBox
Kepro commented on issue #244: URL: https://github.com/apache/cordova-plugin-splashscreen/issues/244#issuecomment-656855628 in config.xml This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [cordova-plugin-splashscreen] globules-io commented on issue #244: Electron/Browser JS crash, SplashScreenProxy

2020-07-10 Thread GitBox
globules-io commented on issue #244: URL: https://github.com/apache/cordova-plugin-splashscreen/issues/244#issuecomment-656784076 Try where? This is an automated message from the Apache Git Service. To respond to the

[GitHub] [cordova-ios] engrsandeep commented on issue #933: WKWebView reports wrong size in Cordova iOS 6.1.0

2020-07-10 Thread GitBox
engrsandeep commented on issue #933: URL: https://github.com/apache/cordova-ios/issues/933#issuecomment-656824511 i have encountered same issue, design also do not look same as UIWebView. This is an automated message from

[GitHub] [cordova-ios] engrsandeep commented on issue #938: App Stuck on Splash screen

2020-07-10 Thread GitBox
engrsandeep commented on issue #938: URL: https://github.com/apache/cordova-ios/issues/938#issuecomment-656825390 remove splash screen plugin and install again. splash plugin is not required for ios ^6.0.0. So reinstall splash screen plugin solve the issue.

[GitHub] [cordova-plugin-splashscreen] globules-io commented on issue #244: Electron/Browser JS crash, SplashScreenProxy

2020-07-10 Thread GitBox
globules-io commented on issue #244: URL: https://github.com/apache/cordova-plugin-splashscreen/issues/244#issuecomment-656884872 ``` ``` This is an automated message from the Apache Git Service.