From 6359a424d95ded8b5680c4dac6541dcb6f7acc0c Mon Sep 17 00:00:00 2001 From: Anne-Gaelle Colom Date: Mon, 17 Feb 2014 19:47:18 +0000 Subject: [PATCH] Textinut: fixed iframe size to avoid scrollbars --- entries/textinput.xml | 2 +- resources/textinput/example4.html | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/entries/textinput.xml b/entries/textinput.xml index 75648ce8..502d3a75 100644 --- a/entries/textinput.xml +++ b/entries/textinput.xml @@ -60,7 +60,7 @@

In jQuery Mobile, you can use existing and new HTML5 input types such as password, email, tel, number, and more. Some type values are rendered differently across browsers. For example, Chrome renders the range input as a slider. jQuery Mobile standardizes the appearance of range and search by dynamically changing their type to text. You can configure which input types are degraded to text with the page plugin's options.

One major advantage of using these more specific input types if that on mobile devices, specialized keyboards that speed data entry are offered in place of the standard text keyboard. Try the following inputs on a mobile device to see which display custom keyboards on various platforms. -

+

Textareas

diff --git a/resources/textinput/example4.html b/resources/textinput/example4.html index bd5667e4..dfd5432b 100644 --- a/resources/textinput/example4.html +++ b/resources/textinput/example4.html @@ -11,10 +11,10 @@