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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to