You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 4, 2020. It is now read-only.
I experience a very strange issue when I inspect an app the Safari Inspector. If the inspector is open, the app is never rendered (nothing is rendered to the document) and the Memory view in xcode shows a fast increasing memory consumption.
To the debug the init of the push-plugin, I insert a alert() before the main.js is loaded:
@gerhardsletten Yes, it was a bug in [email protected]. As you have found out upgrading to 4.1.x fixes it. I think I'm going to force everyone to use that version of cordova-ios as it will head off a lot of problems.
I experience a very strange issue when I inspect an app the Safari Inspector. If the inspector is open, the app is never rendered (nothing is rendered to the document) and the Memory view in xcode shows a fast increasing memory consumption.
To the debug the init of the push-plugin, I insert a alert() before the main.js is loaded:
There are no errors in the console.
If I comment out the PushPlugin.init() the app starts as it should, and there is no issue with high memory usage.
Usage stack:
Tarifa 0.15.0 (cordova wrapper)
Cordova 6.0
Platform iOS: 4.0.1
Plugins (from tarifa.json)
The text was updated successfully, but these errors were encountered: