Titanium webview bug or "feature"? Numbers converted to telephone links
- by Alan Neal
I can't stop Titanium's webview from converting numbers to telephone links.
For instance, let's say I programmatically set the innerHTML of a div called test to 96840664702 and then write javascript...
alert(document.getElementById('test').innerHTML
In Mobile Safari on the iPhone, Firefox, etc., the alert will read "96840664702". If I point…