gastonrobledo
gastonrobledo

Reputation: 11

Cordova app ios and android platform suddenly restarts

I start using the application without problems, but after a while playing with it, clicking around it hangs and shows a blank page for a second and then everything starts over again without console errors neither ios log errors nor crashes. I added some console.log into the onLoad method and deviceReady event and both are executed, also neither localStorage nor sessionStorage get cleared. I'm using cordova 6.1.1 and cordova-ios 4.1.1 cordova-android 5.1.1 and AngularJS 1.5.5 base code, the plugins that I'm using are

This is the memory usage

any help will be much appreciated.

Upvotes: 1

Views: 678

Answers (1)

NitZRobotKoder
NitZRobotKoder

Reputation: 1086

On Chrome or Webview playstore Upgrade the SYSTEM will kill the cordova app(With SystemWebViewClient and SystemWebChromeClient extends Webview) and relaunches it.Helps in getting new updates of webview to 3rd party Developers.

https://developer.chrome.com/multidevice/webview/overview

Upvotes: 0

Related Questions