Android Webview : Display numberpad?
        Posted  
        
            by Shaun
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Shaun
        
        
        
        Published on 2010-06-17T22:05:12Z
        Indexed on 
            2010/06/17
            22:23 UTC
        
        
        Read the original article
        Hit count: 561
        
Hi all,
I implemented a WebView in my android app displaying a web form. One of the fields ask for the user to manually enter his phone number (in case the phone does not allow extracting of phone number).
Right now, the qwerty soft keyboard pops up when user selects the field. Is there a way I can have the numberpad display instead?
(Remember I'm using HTML and not native controls)
Thanks! Shaun
© Stack Overflow or respective owner