Page 1 of 1

Is there a way to perform functions within purebasic through the website loaded in WebViewGadget?

Posted: Sat Jan 27, 2024 7:17 pm
by skinkairewalker
Hi everyone !!
how are you ?

Currently, it is possible to use the function: WebViewExecuteScript to execute a javascript function within the website loaded with WebViewGadget, but what about doing the opposite, when clicking on a button within the website, executing a native function in purebasic?

Is it possible to intercept any signal sent from the Site to Purebasic and execute some native function?


Thanks in advance for everyone's attention.

Re: Is there a way to perform functions within purebasic through the website loaded in WebViewGadget?

Posted: Sat Jan 27, 2024 8:41 pm
by DarkDragon
BindWebViewCallback?

Re: Is there a way to perform functions within purebasic through the website loaded in WebViewGadget?

Posted: Sun Jan 28, 2024 5:08 am
by skinkairewalker
sorry for the layman question xD