content running out of the device width

edwardspiggy

New Member
I have a strange issue as stated below.When I browse a url in mobile browser the content fits correctly with the display size. but if I load the same page in iframe inside my mobile application, the content goes out of the device width. I have set the viewport as like below for the website.\[code\]<meta name="viewport" content="width=device-width, initial-scale=1.0" />\[/code\]Why It is behaving like this? Is there any thing have to set more than this viewport as I have to load it inside the iframe?Please help me to solve this issue.Thanks in advance.
 
Back
Top