cordova-plugin-ionic-webview icon indicating copy to clipboard operation
cordova-plugin-ionic-webview copied to clipboard

Navigation issue on iOS 12

Open chrslcy opened this issue 5 years ago • 4 comments

After installing cordova-plugin-ionic-webview plugin in a JQuery Mobile app, it works fine in iOS 13, however, in iOS 12 the navigation has stopped working. When I click on a navigation buttons, the page reloads without navigating to the intended page.

Navigation button script: $("body").pagecontainer("change", "Products.html", { transition : "none" });

Running: Cordova iOS (5.1.1) cordova-plugin-ionic-webview (5.0.0) (same result with 4.1.4)

chrslcy avatar May 28 '20 08:05 chrslcy

can you provide a sample app?

jcesarmobile avatar May 28 '20 10:05 jcesarmobile

Sure: iOS_12_Test_App.zip

chrslcy avatar May 28 '20 10:05 chrslcy

Well, I meant a simple sample app where I could be easily see what's going on, I have no idea how appery is handling the navigation in your app. I can manually navigate to any page using javascript.

Anyway, since it works in iOS 13, it's probably some WKWebView bug or some appery bug.

jcesarmobile avatar May 28 '20 11:05 jcesarmobile

Oops. Sorry. This was the file I meant to upload: iOS 12 Test App Web.zip

I'll get back onto Appery to investigate at their end. Thank you.

chrslcy avatar May 28 '20 16:05 chrslcy