Is there a way in appery.io API or somewhere else to find the Device phone number ?
Is there a way in appery.io API or somewhere else to find the Device phone number ?
It would be PhoneGap API or a plug-in: https://www.google.com/search?q=devic...
This might help point you in the right direction - http://simonmacdonald.blogspot.co.uk/...
Any easy way to get the phone number of the device. The above response is not very clear.
Thanks in advance.
Please check PhoneGap API for that.
I did. Its too complicated and I don't know where to stuff all that code. Can you help with a simple example.
Thanks in advance.
I hope you understand, but custom app code is outside the scope of our support.
Hi, I have tried to add the plugin mentioned by pafowkes by following this Appery documentation.
However, i get "undefined" error when trying to invoke the plugin via:
codecordova.require("cordova/plugin/telephonenumber");/code
or
codecordova.plugins.TelephoneNumber/code
or
codewindow.plugins.TelephoneNumber/code
Is the documentation outdated or the way I invoke plugin is incorrect?
Hi,
Did you add telephonenumber.js as custom JS?
Hi Katya, no, I didn't
so you mean I dont need to add the js file in the plugins folder? ("assets/www/files/resources/lib/plugins")
I will try and let you know.