Reputation: 17671
Is it possible to access a user's mobile phone number/network name via jQuery to auto-fill a form on a mobile website? I've searched around and can't find anything cross phone/browser
Upvotes: 0
Views: 146
Reputation: 483
No, it is not possible to access that data from the browser. The only way to access data like that on a mobile device is to have a native app. If you really need that functionality, I would look into Phonegap or appmobi. They allow you to build native apps using HTML5/Javascript.
Upvotes: 1