Search found 2 matches

by dartaud
Thu Jun 22, 2023 4:27 am
Forum: General Discussion
Topic: Webview2 control - Chromium browser for Purebasic (Windows) [Jan 1, 2024]
Replies: 181
Views: 86896

Re: Webview2 control - Chromium browser for Purebasic (Windows)

Thanks Justin, I see now that NavigationStarting works for this.

Another question, maybe someone knows.. I noticed that the basic_browser_async.pb example supports ctrl+f in the browser window so the user can use the browser find function on the current page. I also noticed that Infratec's version ...
by dartaud
Tue Jun 20, 2023 4:00 pm
Forum: General Discussion
Topic: Webview2 control - Chromium browser for Purebasic (Windows) [Jan 1, 2024]
Replies: 181
Views: 86896

Re: Webview2 control - Chromium browser for Purebasic (Windows)

Hi,

Does anyone know how to get the URL that webview2 is currently using? LIke if user navigates to a new page? I have read forum posts here, looked at the code and tried to understand but for some reason not getting it. Thinking I am missing something, have some kind of brain block because I can't ...