I have a web application and I would like to have this web app on my mobile. I have an input page with textboxes etc and I would like to know if there is a smart way to design this page for mobile. Any help would be great?
Best Regards.
Keep your friends close and your enemies even closer
For Mobile Web , there are lots of Open Source JavaScript , HTML5 controls available optimized for Mobile browsers like
JQTouch, JQuery Mobile, Sencha Touch, Dojo, CSS3 BoilerPlate etc with advanced support of
CSS 3 media queries.
With this controls you will get tremendous support of advanced mobile web designing experience with input form controls. Only you need to take care of adaptive rendering for mobile web by inserting the code in the <head> section of your web page.
Member
527 Points
2729 Posts
How to input page design for mobile?
Feb 16, 2012 06:46 AM|cenk1536|LINK
Hi,
I have a web application and I would like to have this web app on my mobile. I have an input page with textboxes etc and I would like to know if there is a smart way to design this page for mobile. Any help would be great?
Best Regards.
Participant
1660 Points
400 Posts
Re: How to input page design for mobile?
Feb 16, 2012 11:39 PM|Anindita.Basak|LINK
For Mobile Web , there are lots of Open Source JavaScript , HTML5 controls available optimized for Mobile browsers like JQTouch, JQuery Mobile, Sencha Touch, Dojo, CSS3 BoilerPlate etc with advanced support of CSS 3 media queries.
With this controls you will get tremendous support of advanced mobile web designing experience with input form controls. Only you need to take care of adaptive rendering for mobile web by inserting the code in the <head> section of your web page.
<meta name="viewport" content="width=device-width" />
A lot of examples: Sencha Touch: http://dev.sencha.com/deploy/touch/examples/
JQuery Mobile: http://jquerymobile.com/
JQTouch : http://jqtouch.com
Dojo toolkit: http://dojotoolkit.org/features/
References: http://anindita9.wordpress.com/category/windows-phone-7/mobile-asp-net/
Thanks.
Anindita
http://anindita9.wordpress.com
Anindita
http://anindita9.wordpress.com
None
0 Points
7 Posts
Re: How to input page design for mobile?
Feb 22, 2012 12:14 AM|frida189|LINK
Thanks .. for the URLs. and my question is, input text in mobile versions of web sites than what i opt for radio button or list ?
Frida Adams
Star
14065 Points
3270 Posts
Re: How to input page design for mobile?
Mar 01, 2012 01:52 AM|roopeshreddy|LINK
Hi,
Except List control all other controls works fine!
Incase of list, you need to develop custom list control using DIV,LI tags!
Hope it helps u...
Roopesh Reddy C
Roopesh's Space