本文介绍了获取移动运营商信息Phonegap的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
是否可以从phonegap应用程式取得行动服务承运人?我想知道用户属于哪个运营商。
Is it possible to get the mobile service carrier from a phonegap app? I would like to know which carrier my users belong to.
推荐答案
是的,这是可能的,但只能通过插件需要访问本机代码才能这样做。
Yes, it is possible, but only through a plugin since it needs to access native code in order to do so.
我刚刚做了一个phonegap / cordova插件。它适用于iOS和Android:
I just made a phonegap/cordova plugin for that. It works both on iOS and Android: https://github.com/dtmtec/cordova-plugin-carrier/
这篇关于获取移动运营商信息Phonegap的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!