Skip to content
New issue

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

iOS Issues #38

Open
sadikyalcin opened this issue Jan 30, 2018 · 2 comments
Open

iOS Issues #38

sadikyalcin opened this issue Jan 30, 2018 · 2 comments

Comments

@sadikyalcin
Copy link

sadikyalcin commented Jan 30, 2018

  1. Webview launches with "Success" but only with a white empty page which then launches Safari.

  2. 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.');
    }
);
@syokensyo
Copy link

Got same behavior.

@syokensyo
Copy link

syokensyo commented Dec 4, 2018

Got same behavior.

just comment out

    <allow-intent href="http://*/*" />
    <allow-intent href="https://*/*">

it will work as expect.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants