Making a web browser with CustomWebView and TaifunTextbox. Crashes when URL entered

CustomWebView doesn't properly launch, and then crashes when I try to enter a URL. My code and design is listed below.


You forgot to use the SetWebview method, see also

Taifun

Hey Taifun, thanks for the help! It worked, but I wanted to ask you something. Is there a way to set a default home page for CustomWebView as seen here:


And is there a way to get rid of the zoom buttons here?

I also want to implement download and upload. Any ideas? Thanks!

Check the custom webview thread

Taifun