문제

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