I am developing a website that uses PWA to create a native language application on mobile phones.
The problem that I am facing is that when the application is added to the desktop, links starting with tel :, mailto: or sms :, no longer work.
In an ordinary Chrome browser on Android, they work fine - tel links open the dialer, mailto links open the mail application, and sms links open the SMS application.
It's simple, when you open them through PWA, they end on a blank screen that looks like this:

How can I get this to work in PWA since it works in a browser?
source
share