Hello guys,
How we can get current phone number from WebApp?
Any javascript methods?
Best regards,
Nikolay
Hello guys,
How we can get current phone number from WebApp?
Any javascript methods?
Best regards,
Nikolay
Hello Nikolay and welcome to forum!
Unfortunately Series 40 Web Apps does not offer any APIs to get Phone Number.
Was this for what use case? Just in case if there is a way to do it without getting the phone number automatically.
Br,
Ilkka
Thanks Ilkka,
Sounds sad. We need to know, does WEB-app S40 supports PSMS billing?
Some links:
http://www.developer.nokia.com/Resou...-versions.html
http://www.developer.nokia.com/Commu...es_40_web_apps
I hope it will be enought. But maybe we missed something. Have you any additional links/information?
Best regards,
Nikolay
Hi,
SMS URI handler in Series 40 Web Apps allows you to pass message body and recipient to native SMS editor.
So my understanding is that premium SMS is supported, but PSMS cannot be sent without user interaction i.e. user pressing the send button.
Here is one example project you might be interested of:
https://projects.developer.nokia.com/smsvotes40/
-Ilkka