Using system.openURL to make phone call seems to be fine on IOS, but not on Android. I just tested on Galaxy S3 with Skype on it. Every time i call system.openURL(“tel:555-555-1212”), it open Skype instead of phone calling dialog. This API shouldn’t suppose to function this way. Anyone has the same problem?
Another confuse is the format used in the API. Are these 2 formats the same?
1. system.openURL( “tel:123-456-7890” )
2. system.openURL( “tel:1234567890” )