-
-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error on Windows on each run - "appendChild" property cannot be retrieved #11
Comments
It is a known "bug", basically if you target Windows, you have to keep IE compatibility, Honestly I do not know a better way to fix that. |
Wasn't the new Edge built using Chromium as a base? Does it not replace the old IE webview? edit: I don't quite understand. IE is not Webkit so what does IE have to do with it? |
It does not use Chromium, thats why is more light weight than ElectronJS. |
I got the same error on the blink example, that doesn't even use Javascript in the HTML part. This error is from 'CSS_INJECT_FUNCTION' in webview.h I was able to run the example on windows without error message after making some modifications in the webview.h
to
After this, I needed to force to recompile the example with However, this isn't any permanent solution. The CSS_INJECT_FUNCTION issue in the Webview.h was also in the original Webview code and was never changed. The code doesn't exists in the current webview main branch, as there were massive changes in March. A complete new webview branch was merged that changed webview.h completely: webview/webview@843c3aa#diff-90d68d8f03ac5ea2a94bf99d53d4b9d0 |
Did you guys manage to fix this ? I'm having exactly the same problem |
@juancarlospaco I think in |
thought appendChild need dom ready, we can simply use onload even there is little different.
|
Pull Request welcome, and will be merged, right now I do not have Windows to test easily. |
why it was closed? this error stills persist |
Using run_js example, first i get this error Using @bung87 will prevent this error but it still (even without the fix) a second error happens: wich wont fully load the js |
When running the examples - or creating my own programs - I always encounter the error below:
Translated
There was an error in the script on this page.
The "appendChild" property cannot be retrieved for undefined or null reference.
Continue?
The text was updated successfully, but these errors were encountered: