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.

有帮助吗?

解决方案 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.

其他提示

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

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top