Skip to content

Tag: progressive-web-apps

Can I ask for read SMS in website

Is it possible to ask to user for permission to read sms of OTP on web app such as like android. If it is possible then ask. Answer According to the documentation, progressive web apps and/or HTML5 API can’t read or send SMS. Things have not moved a lot since this thread

Javascript to check if PWA or Mobile Web

I was curious if anyone knew a javascript based method for detecting whether the web experience was being run as a PWA (progressive web app) or it was simply being run as a standard mobile website (with full browser UI). Is there any difference between a PWA that is “installed” versus one that isn…