improved xiaoyao's webview, but js callback not working
this is based on these threads
https://www.vbforums.com/showthread....entWithOptions
https://www.vbforums.com/showthread....-Edge-Chromium
code is available here
https://github.com/kernel32dev/webkitGJ
i improved on the code of xiaoyao by creating a control that can create multiple webviews, his original code had many global variables so it was somewhat difficult, also it is now a lot more stable, it used to crash a lot, and now it rarely ever crashes, however the code in ClassGJ_Invoke is really fragile, but it currently does work, it will break in some really weird ways if you touch it
i wanted to ask for help with the calling vb6 from js part of the example, i could not get it to work, not in the code on my github or in the original example, the original code altough it does look like something is alerted, it does not actually call vb6
thank you all in advance!
Re: improved xiaoyao's webview, but js callback not working
Quote:
Originally Posted by
DirectY
this is based on these threads
https://www.vbforums.com/showthread....entWithOptions
https://www.vbforums.com/showthread....-Edge-Chromium
code is available here
https://github.com/kernel32dev/webkitGJ
i improved on the code of xiaoyao by creating a control that can create multiple webviews, his original code had many global variables so it was somewhat difficult, also it is now a lot more stable, it used to crash a lot, and now it rarely ever crashes, however the code in ClassGJ_Invoke is really fragile, but it currently does work, it will break in some really weird ways if you touch it
i wanted to ask for help with the calling vb6 from js part of the example, i could not get it to work, not in the code on my github or in the original example, the original code altough it does look like something is alerted, it does not actually call vb6
thank you all in advance!
Very interesting
Re: improved xiaoyao's webview, but js callback not working
Has anyone managed to test this?