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

Android: Way to block set of URL #212

Open
sameerbakre opened this issue Oct 24, 2018 · 3 comments
Open

Android: Way to block set of URL #212

sameerbakre opened this issue Oct 24, 2018 · 3 comments

Comments

@sameerbakre
Copy link

Do we have any way to block a set of URL. I want to open anything which is not from my domain in different browser or app available on the mobile.
I can do this on iOS by listening to shouldStart and then using url_laucher for anything which is not my domain. However for Android, I dont even get control for 'shouldStart' state.

Do we have anything which I can listen to for stopping loading URL? I can still use url_launcher, but it would also open in my application currently. Please suggest.

@sameerbakre sameerbakre changed the title Android: Way to block setup of URL Android: Way to block set of URL Oct 24, 2018
@sameerbakre
Copy link
Author

I thought stopLoading method was introduced to fix this problem. It was working for a bit. However it does not seems to work in Android, any thoughts?

@sxs1995
Copy link

sxs1995 commented Dec 25, 2019

have the same issue. Is there a solution to it?

@cander0815
Copy link

shouldStart

Can you tell me how to stop some connection ideas on IOS? Thank you

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

No branches or pull requests

4 participants