Windows Phone SIP types and HTML

Recently I had a conversation about what SIP is displayed when you are viewing an HTML page on the phone. Here’s what I discovered;

Consider the following phone page showing some html in the browser control;

image

Standard input type, standard text SIP

image

<intput type=”email” /> and we get the email SIP

image

<input type=”search” /> we get the Search SIP (note the highlighted submit)

image

<input type=”number” /> we get the number SIP

image

I haven’t tried all the combinations but you can see that the HTML5 tags and the Phone SIPs do try and play nicely together

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s