javascript - Reliable way to get Device Phone Number -


i cant seem find reliable method of getting device phone number using cordova. have no problem pulling contacts, no luck actual device's phone number. found work around using java, seems absurd go jump through many hoops similar this.

this plugin apparently works on phones. both phones tested on, returns blank.

as @webduvet said, not possible on ios, plugin android , per source code doing right. 1 should give permission access device details in android.

permission reading such things in android device <uses-permission android:name="android.permission.read_phone_state"/> not available in plugin.


Comments

Popular posts from this blog

dns - How To Use Custom Nameserver On Free Cloudflare? -

python - Pygame screen.blit not working -

c# - Web API response xml language -