Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-8228] iOS: Sending a pause command using #, Inconsistent behavior

GitHub Issuen/a
TypeBug
PriorityLow
StatusClosed
ResolutionWon't Fix
Resolution Date2017-07-26T02:56:55.000+0000
Affected Version/sRelease 1.8.0.1, Release 2.0.1, Release 3.2.0
Fix Version/sn/a
ComponentsiOS
Labelsn/a
ReporterDevang Gandhi
AssigneeEric Merriman
Created2012-03-23T11:46:04.000+0000
Updated2017-07-26T02:56:55.000+0000

Description

Customer is using Ti.Platform.openURL to dial from the app. He wants to send, tel:559-222-1111,,##,## or tel:559-222-1111,,####. but it won't work, but if he sends: tel:559-222-1111,,## it works like a charm.
var win = Ti.UI.createWindow({

backgroundColor:'white'
});
var button = Titanium.UI.createButton({
   title: 'Hello',
   top: 10,
   width: 100,
   height: 50
});

win.add(button);

button.addEventListener('click',function(e)
{
   Ti.Platform.openURL('tel:559-222-1111,,##,##');
});


win.open();
You can only test this on device.

Comments

  1. Junaid Younus 2012-05-21

    Tested with 2.0.1GA2 on an iPhone 3GS (iOS 5), issue still reproducible.
  2. Lee Morris 2017-07-26

    Closing due to inactivity. If this issue still exists, please raise a new ticket.

JSON Source