Frage

can anyone tell me how to use UIWebView as responsive in ios.

as am using UIWebView object of xcode for show my websites pages. my website is responsive for all device.

but they cant open in responsive.

War es hilfreich?

Lösung 2

as per my experience.

if we use .xib view file than its not show responsive view on device.

so, for solve this problem i have used storyboard for view , and use Webview XCode object in it, its by default responsive for all sites. its seems good to me. please you also try and vote up the question.

Andere Tipps

A UIWebView can't make a website responsive on it's own. It depends on the css of the webpage that you are opening.

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top