@kennedymca wrote:
Hi,
i need stop hardware back button, i tried in my application
const inAppBrowserOptions: InAppBrowserOptions = { hideurlbar: 'yes', hardwareback: 'no', closebuttoncaption: 'Close', zoom:'yes' }; this.inappBrowser = this.browser.create("http://localhost:9000/iframe.html", "_blank", inAppBrowserOptions);the browser is opened successfully but when i pressed android hardware back button that in app browser was closed, how to stop that.
Posts: 1
Participants: 1