Starting from B4i v6.50 the #MinVersion attribute must be set to 8+. It is related to WebView being based on WKWebView instead of the deprecated UIWebView. WKWebView is only available in iOS 8+.
So do I need to remove and readd the old WebView from designer if I recompile an old project which has a WebView? Or the IDE will automatically convert it to the latest one?
So do I need to remove and readd the old WebView from designer if I recompile an old project which has a WebView? Or the IDE will automatically convert it to the latest one?