Click here to Skip to main content
15,891,184 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have developed web application in mvc4 the view is perfect for web view but in mobile the view is not proper the data is coming form iframe from another service.
Could you please suggest me how to handle the iframe related information for both web and mobile view.
I have used the below tag is it mandatory for mobile view.
HTML
<meta name="viewport" content="width=device-width,intial-scale=1,maximum-scale=1,user-scalable=no" />
Posted
Updated 21-Dec-15 2:51am
v2
Comments
Mohibur Rashid 21-Dec-15 7:55am    
Write multiple css, 1 for pc view, other for mobile view. Some people prefer screen width based css for user the same people also get freaked out when they see a missing space before curly bracket.
DGKumar 21-Dec-15 8:52am    
How to get device that in which device the site is oped and how to provide if condition in csss?
CHill60 21-Dec-15 9:46am    
I know a few people that use Bootstrap to make their sites responsive - there is a CP article about it - Twitter.Bootstrap.MVC4: the Bootstrap package for ASP.NET MVC4[^]
DGKumar 22-Dec-15 6:14am    
I have given scroll property it is working for scroll but not wrapping he content. I want wrap the iframe content in div is based on size.
DGKumar 23-Dec-15 7:32am    
Hi Regarding iframe content. I am getting iframe content with table design that is the reason that content is not wrapped.
So could you please tell me how to wrap table content.

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