iPhone web views - detecting short phone numbers
- by Pedro
G'day All
Most Australian phone numbers are 10 digits with the 1st 2 optional if they're a local area code. For those setting...
viewer.dataDetectorTypes = UIDataDetectorTypePhoneNumber;
on a web view works. We also have a range of 6 digit phone numbers (usually written xxx xxx or xx xxxx) which aren't being detected in my app. Is there a way to detect those phone numbers as well?
Cheers & TIA, Pedro :)