victorbonnet / flutter_web_browser

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

Can't open the URL with view-source #17

Open hm-harshit opened 4 years ago

hm-harshit commented 4 years ago

I tried to open the URL like view-source:https://www.google.com/ but I can't open the URL its says

" PlatformException(LAUNCH_ERROR, No Activity found to handle Intent { act=android.intent.action.VIEW dat=view-source:https://google.com }, null)"

I try to open the URL using the webview_flutter, then it's working fine.

the view-source also works in the chrome browser.

Is there is any way to open that URL by using custom tabs?