You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by GitBox <gi...@apache.org> on 2022/05/12 06:18:46 UTC

[GitHub] [cordova-plugin-inappbrowser] goffioul commented on issue #585: [iOS] WKWebview - Back button in location bar is always enabled

goffioul commented on issue #585:
URL: https://github.com/apache/cordova-plugin-inappbrowser/issues/585#issuecomment-1124573664

   I noticed the same behavior in my app, and I think it's a side-effect of using `beforeload` mechanism. When this is enabled, all navigations are initially cancelled and the `beforeload` event is triggered instead. When the JS event handler calls the callback parameter to allow the navigation, this actually performs a regular navigation in the webview, pushing the target URL in the history stack. The navigation buttons are useless when `beforeload` is enabled.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org