Hi i am new to iOS development. I have uiwebview for load a website. What is my problem is when the website load 1st time in the uiwebview the page show zoomly. Then when click other page inside or refresh the same page its comes under normal responsive page. I want initially the page should be normal or responsive page.. Can any one help me. Thanks in advance
Asked
Active
Viewed 30 times
1
-
try this webView.scalesPageToFit = NO; – Teja Nandamuri Sep 07 '15 at 12:18
-
where can i put this code @ T_77 – Roby Sep 07 '15 at 12:20
-
anywhere you wish. try in viewdidload or the method where you call the load request for your webview – Teja Nandamuri Sep 07 '15 at 12:22
-
Sorry @T_77 now also i getting same zooming initial page.. i want without zooming – Roby Sep 07 '15 at 12:25
-
can u please post the screenshot? – Teja Nandamuri Sep 07 '15 at 12:26
-
1wait T_77.. with in 2 min i come with screenshot – Roby Sep 07 '15 at 12:28
-
Real image: ![file:///Users/EmployeeLogin/Desktop/Real%20Page.png] – Roby Sep 07 '15 at 12:54
-
Zooming image : ![file:///Users/EmployeeLogin/Desktop/Zoomingpage.PNG] – Roby Sep 07 '15 at 12:54
-
kindly fix this image URL to clarify your doubts. And give me the some idea for me – Roby Sep 07 '15 at 12:55
-
we can t see the image. It it in your machine. – Teja Nandamuri Sep 07 '15 at 13:15
-
sorry for the inconvenience. some problem i can't send photo today.. i will post you tomorrow . sorry for that...@T_77 – Roby Sep 07 '15 at 13:29
-
Thanks for your information – Roby Sep 07 '15 at 13:29