iOS Tip: Force UIWebView to Display Mobile Sites on iPad
So this is actually a very odd tip with a very specific use case. When you embed a UIWebView into your application and feed it static content it will simply render what you tell it to. An issue may arise when you actually have to embed dynamic web content into your application. Hopefully this is a rare case and you are building native apps with Xamarin and C# [https://components.xamarin.com/view/xamarin.auth], but there is one specific case where you have to use a WebView…oAuth. Yes, oAuth! You…
James Montemagno