سؤال

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