You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you are going to use a WebView for your whole UI (not using IGraphics), you will want to use the IWebViewEditorDelegate which inherits from IWebView.. This is done by setting the preprocessor macros NO_IGRAPHICS and WEBVIEW_EDITOR_DELEGATE like this and removing any IGraphics code from your project. It might be easier to start by cloning an example.
Check out the following examples to see different approaches for doing your WebUI: