Answered by:
Mobile Web Application in MVC4

Question
-
User-2051409722 posted
Hi friends
I have developed mobile web application in mvc4 and deploy on iss and i have tested on different different mobiles then
i reliase iphone only support all mobile functionality such as html type date,enmil,number its working on iphone but other phone does not support such functionality.
please help me how to solve this problem?
Thanks and regard
Nilesh Dhande
Tuesday, January 15, 2013 7:01 AM
Answers
-
User1943143334 posted
Hi,
HTML5 has support for email, datetime etc., input types! Previous version of HTML - HTML 4.1/XHTML1.0 doesn't support this tags!
So you may have to provide that functionality using JavaScript! Allow to enter only datetime or numbers etc.,
You will find numerous example, if you Google/Bing!
Hope it helps u...
- Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
Friday, January 18, 2013 3:29 AM
All replies
-
User1943143334 posted
Hi,
Android, Windows Phone and BlackBerry too supports it! Did you tried on those mobiles?
Any mobile web browser, which supports HTML5 , it should be working fine!
Hope it helps u...
Wednesday, January 16, 2013 6:49 AM -
User-2051409722 posted
i have used XHTML 1.0 Transitional tag in my mvc4 mobile web aplication.
can support in mobile application
i have tested on Blackberry but does not support functionality.
Wednesday, January 16, 2013 11:27 PM -
User1943143334 posted
Hi,
Try HTML 5 Doctype -
<!DOCTYPE HTML>
Moreover, did you tried in BlackBerry OS 7.1?
Hope it helps u...
Thursday, January 17, 2013 12:22 AM -
User-2051409722 posted
hi sir
You have said any mobile support html5. its working fine
but those mobile does not support Html5 then what happend any solution that.
My problem is date and time html input type does not working in some mobile.
my mobile application developed in MVC4 Razor View Engine
Friday, January 18, 2013 12:32 AM -
User1943143334 posted
Hi,
HTML5 has support for email, datetime etc., input types! Previous version of HTML - HTML 4.1/XHTML1.0 doesn't support this tags!
So you may have to provide that functionality using JavaScript! Allow to enter only datetime or numbers etc.,
You will find numerous example, if you Google/Bing!
Hope it helps u...
- Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
Friday, January 18, 2013 3:29 AM -
User-2051409722 posted
Thank you sir
Friday, January 18, 2013 4:05 AM