Click here to Skip to main content
15,892,674 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi all experts,

I have created MVC application ( i use it to create report ).
If i view my MVC by using PC, it displays well ( format and layout [Interfact])
but when i view it by using my iPhone or Samsung device, the layout start to untidy immediately.
it means that location of my interface such as: button, textbox ......,it doesn't stay in the same location.
So Does anybody know how i can view my MVC Application Web Report on my iPhone or Samsung?

Thanks

TONY
Posted
Comments
Sergey Alexandrovich Kryukov 18-Jul-13 0:22am    
"At the same location" sounds weird. How it can be the same if the window size is different?
—SA

1 solution

You should create mobile view for displaying it in mobile devices in MVC or manage the current view by using media queries
for more information go through this link
http://www.asp.net/mvc/tutorials/mvc-4/aspnet-mvc-4-mobile-features[^]

Hope this helps
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900