Open jessecarterjs opened 5 years ago
Hello,
I've managed to resolve my issue with just change version of cordova-plugin-inappbrowser. Actually it didn't workout with just setting the latest version so Ive add it like
<plugin name="cordova-plugin-inappbrowser" spec="git+https://github.com/apache/cordova-plugin-inappbrowser" />
into config.xml and
"cordova-plugin-inappbrowser": "git+https://github.com/apache/cordova-plugin-inappbrowser.git"
into package.json.
Hope that helps.
Bug Report
Problem
Cordova App is working fine with iOS< 13. But after updating to iOS 13, It is getting stuck at splash screen.
What does actually happen?
App was successfully builded via cordova cli, then in XCode but when the iPad Simulator loaded the app it stucks on the splash screen and just loads forever. This problem doesn't occur on iOS 12, there it works as expected. Ive tried to update all cordova plugins but it didn't helped.
Information
Ive already posted that issue in ios-cordova repo and one of the responses said that the problem may comes from cordova-plugin-nativestorage because of this line
2019-10-30 21:53:31.393422+0200 MyAppName[5006:76802] ERROR: {"code":2,"source":"Native","exception":null}
It also suggest to change cordova-plugin-nativestorage with ionic-storage / sqlite, but honestly Im not so into that cordova stuff and dont want to do that.
Command or Code
XCode console output
Environment, Platform, Device
Version information
I am using XCode 11.1
***old package.json versions
***new package.json versions
Checklist