We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Webview launches with "Success" but only with a white empty page which then launches Safari.
After closing the webview, you cannot open it again.
webview.Show( url, function onSuccess(){ console.log('Success'); app.hideLoading(); }, function onError(error){ console.log('Error opening presentation.'); } );
The text was updated successfully, but these errors were encountered:
Got same behavior.
Sorry, something went wrong.
just comment out
<allow-intent href="http://*/*" /> <allow-intent href="https://*/*">
it will work as expect.
No branches or pull requests
Webview launches with "Success" but only with a white empty page which then launches Safari.
After closing the webview, you cannot open it again.
The text was updated successfully, but these errors were encountered: