Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.

Conversation

@rakeshlanjewar
Copy link

can fix #25351,#26009,#26347,#27006

I have added a way from platform channels to enable redirect by using this method

         webView.setWebViewClient(new WebViewClient() {
          @Override
          public boolean shouldOverrideUrlLoading(WebView view, String url) {
            return false;
          }
        });

@rakeshlanjewar
Copy link
Author

rakeshlanjewar commented Feb 12, 2019

can anyone tell how to format java code, the steps are failing

@rakeshlanjewar
Copy link
Author

closing because duplicate pull #1243

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants