Windows 7, Linux, Mac, JavaScript, jQuery, ExtJs, Angular, .NET, Java, Android, iOS, php, mysql, lucene and more...
Monday, July 15, 2019
Cordova InAppBrowser EventListeners not working on iOS
Hi All
I'm using cordova-inappbrowser plugin for several purposes inside a cordova app. This plugin worked without a problem for months.
Then I noticed its not firing loadstop event when the navigation completed. After 3-4 hours of hit and misses found the perfect solution.
Problem was my iOS platform wasn't latest.
So when you developing apps using cordova make sure your platform versions and plugins are up-to date with OS upgraded.
So all I had to do is
Removing iOS platform.
cordova platform rm ios
Adding iOS platform - Latest Version
cordova platform add ios
Removing the plugin cordova-plugin-inappbrowser
cordova plugin remove cordova-plugin-inappbrowser
Adding the plugin cordova-plugin-inappbrowser - Latest Version
cordova plugin add cordova-plugin-inappbrowser
Subscribe to:
Post Comments (Atom)
-
Recently I purchased nord-vpn for testing. But I could not use their service due to a technical reason. So I wanted to cancel and get my mo...
-
I'm using following code part to access a ReST API. I'm communicating with this API using a X509 client certificate. In d...
-
I have done few data recovery jobs for normal personal computer users who couldn't start their computers because of several reasons. Ev...
No comments:
Post a Comment