victorbonnet / flutter_web_browser

Plugin for flutter to open web page with Chrome Custom Tabs and SFSafariViewController
MIT License
62 stars 39 forks source link

onURLChanged calls 2 times everytime URL change #14

Closed Sarthaktydy closed 4 years ago

Sarthaktydy commented 4 years ago

I have some functionality on URL change (I'm opening external links in the browser instead of webview) but it opens the browser 2 times and when I checked it using STOP POINT the reason is it calls function 2 times every time URL gets change. I'm using flutter_web_browser for opening up links in chrome.