I am developing WebApp in Flutter but when I click on tel:987654321 or mailto: links going page Not Found,
To open the default app in mobile I am using url_launcher dependency. But in the background when I click webview also run the same link and go to page not found.
How to handle this task?
Hot Questions