I’m trying to setup a button to dial a number. It works in the simulator - well, sort of… it launches my Lync (MS Messenger) with the number I’m trying to reach but when I build the app and load it on my android phone, it doesn’t do ANYTHING. I touch the button and nothing happens at all.
I’m calling it using:
system.openURL( "tel:610-555-1212" )
I’ve added android.permission.INTERNET - is there another permission I need to add?
Thank you!
John