PDA

View Full Version : Safari - Open URL Address Keypad?




mattboyslim
Oct 6, 2008, 04:07 PM
Is it possible to build a form field that will pop up the URL address keypad, or is it possible to open a new tab and force the URL address keypad open?

Thanks in advance,
Matt



robotspacer
Oct 6, 2008, 05:46 PM
Something like this will make the URL keyboard appear for a given text field:
aTextField.keyboardType = UIKeyboardTypeURL;

Look for UITextInputTraits (and perhaps UITextField) in the docs if you need more info.