-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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
AdSense trouble in NWjs #6099
Comments
Sorry - test app (compatible with Chrome and NWjs)
|
I can reproduce this issue on Linux/Windows with nwjs-sdk-v0.24.2. |
Any news? |
Will see this soon. |
I found the difference with NW and Chrome as the following. But with the minified JS it's hard to tell more information from it. In the attached HTML downloaded from |
btw upstream chrome crashed when I tried to debug it in another way. filed issue here: https://bugs.chromium.org/p/chromium/issues/detail?id=775846 |
Hi, I've managed to isolate the issue. Try URL Basically EDIT: Well, probably that is the issue :D |
Great! This is very helpful. Will push a fix soon. |
This is fixed in git and will be available in the next nightly build. |
- Add test for issue nwjs#6099 - This case is failed on failed version 0.24.2, pass on fixed version 0.27.4
- Add test for issue nwjs#6099 - This case is failed on failed version 0.24.2, pass on fixed version 0.27.4
- Add test for issue nwjs#6099 - This case is failed on failed version 0.24.2, pass on fixed version 0.27.4
- Add test for issue #6099 - This case is failed on failed version 0.24.2, pass on fixed version 0.27.4
Hi,
I've encountered a bug in NWjs which prevents AdSense to work in some cases in NWjs.
It has something to do with iframe cross-origin access. It fails in webview and in top window frame also.
The text was updated successfully, but these errors were encountered: