You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
sameerbakre
changed the title
Android: Way to block setup of URL
Android: Way to block set of URL
Oct 24, 2018
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.
The text was updated successfully, but these errors were encountered: