You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by GitBox <gi...@apache.org> on 2019/11/04 08:42:08 UTC

[GitHub] [cordova-ios] oddcb edited a comment on issue #706: Angular Cordova app stucks at splash screen on iOS 13+

oddcb edited a comment on issue #706: Angular Cordova app stucks at splash screen on iOS 13+
URL: https://github.com/apache/cordova-ios/issues/706#issuecomment-549261340
 
 
   The bug is perhaps related to cordova-plugin-nativestorage? Looking at your logs it says: 
   
   ```
   2019-10-30 21:53:31.393422+0200 MyAppName[5006:76802] ERROR: {"code":2,"source":"Native","exception":null}
   ```
   
   https://github.com/TheCocoaProject/cordova-plugin-nativestorage#errors says: `ITEM_NOT_FOUND = 2`
   
   Looking at https://github.com/TheCocoaProject/cordova-plugin-nativestorage/issues it seems some of the recent issues are related to data not being persisted on iOS. You could perhaps try changing the storage provider to see if it makes any difference, e.g. ionic-storage / sqlite.

----------------------------------------------------------------
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 the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org