I shared my web-app link on a Facebook post, my users click on this link and the page opens in Facebook webview. I want to alert them "You are viewing this page in Facebook browser, please open Chrome/Safari to run this web app".
How can I do this with Flutter?
I have searched many questions and answers but they just check if the page runs in Web, not in Webview!