How to access network carrier name such as Vodafone, T-Mobile etc in phonegap. Can anybody please tell me if its possible in phonegap for android, ios and windows mobile.
Asked
Active
Viewed 922 times
1
-
have not tried this with cordova/Phonegap but in iOS this is possible using core telephony framework – Agent Chocks. May 02 '14 at 13:46
-
You would need to find or write a plugin for this. – Dawson Loudon May 02 '14 at 13:48
-
Is it possible in android ?? – Nav May 05 '14 at 05:33
-
the same question was answered [try it](http://stackoverflow.com/questions/26468345/get-mobile-carrier-info-phonegap) – Hamed Nova May 02 '15 at 16:29
1 Answers
0
How to find out carrier's name in Android
I found this answer in so , look like there is currently no plugin for this however we need to make one ourselves
-
-
1
-
@Nav I really want to know more information about this plugin. The code is already on github? I can help you with the development. Also, do you know if Apple allows programatically access to the device's carrier? – Oct 08 '14 at 17:26