Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.3.0
-
None
-
Android, Cordova 2.3.0
Description
The JavaScript code
window.open( 'tel:' + phoneNumber, '_top' ); // +353xxxxxxxxx or 00353xxxxxxxxx
used to work in PhoneGap 2.2.0 and earlier versions, but when I re-built my app recently with 2.3.0, it didn't work any more. It throws a weird HTML browser page saying that there was a problem opening this URI. When I build the exact same code with PhoneGap 2.2.0, it works as expected, popping up the dialer with the phone number pre-filled.