Telerik-Verified-Plugins / WKWebView

DEPRECATED - this plugin served a purpose in the past, but there are better implementation now

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

App reloads when navigating via back button on iOS

PreslavKozovski opened this issue · comments

When WKWebView is used in TP project with Kendo UI on iOS device and navigation is called via a back button
<a data-role="backbutton">Back</a>
The application reloads.
The problem can be reproduced with a template Kendo UI project.

Update: NativePageTransitionsKendoAdapter.js is included.

A similar issue can actually be reproduced in the Native Page Transitions sample app:
https://github.com/Telerik-Verified-Plugins/NativePageTransitions-DemoApp

Switch to using the WKWebView for this app and run the demo. Then, click demo and under Kendo UI, select Native. This restarts the app and the Kendo UI demo cannot be reached.

Maybe the two plugins are incompatible (Native Page Transitions & WKWebView)?

The app reloads with/without Native Page Transition plugin included. This makes me think that the plugin does not impact the faulty behavior.