By default, all the URLs on which the user clicks explicitly open as expected but the URLs which open due to a result of JavaScript action are not opened due to security reasons.
You can override this behaviour using this callback. If this callback returns true, the URL will open.
By default, all the URLs on which the user clicks explicitly open as expected but the URLs which open due to a result of JavaScript action are not opened due to security reasons. You can override this behaviour using this callback. If this callback returns
true, the URL will open.For more information, see Configuration#onOpenURI.