This app lets you browse any website using UIWebView and the new iOS8 WKWebView to compare and test rendering performance for HTML5 and WebGL applications. You can also open any website using the iOS9 SafariViewController. App Features: - Choose an option to render any website in UIWebView or WKWebView or SafariVC. - Option to hide the top header bar or bottom footer navigation bar to render and test the website in fullscreen like a real app. - Launch App from a web link by specifying desired webview and url in Custom URL scheme. Launch App with URL: The app has Custom URL schemes implemented that allow you to launch app directly and load an URL on desired WebView. Specify the webview_type and url_to_open in the Custom URL scheme and the app will open the urlin the desired WebView: webview://{webview_type}?url={url_to_open} example: webview://wkwebview?url=fishgl.com webview://uiwebview?url=google.com webview://safarivc?url=cnn.com