-
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
doesn't disable the built in flash player plugin #6216
Comments
Do you mean
This works fine for me on Windows with nwjs-sdk-v0.26.0.
|
no i get chrome "PepperFlash" dir and put it in app dir. package.json enable plugin now, flash player is available, but when i use chrome api chrome.contentSettings (https://developer.chrome.com/extensions/contentSettings)
flash player is still available. just like #4257 i want to make a mini browser that support enable/disable flash plugin in app. only get chrome.contentSettings api , Is there any other way to disable/enable flash plugin on runtime |
if found electron webview api is so easy :( |
@malacca , using chrome.contentSettings, there is no response when I click the link:
package.json:
If I change |
yes, the response was canceled, but it don't mean flash is bock. you can test
there is a flash player, and it still work |
the link may be error, another link you can input m3u8 url: http://www.streambox.fr/playlists/x36xhzz/x36xhzz.m3u8 the flash player work fine, it not block |
Thanks for your info, I can reproduce this issue now, the flash player still work fine after setting |
in fact, i use this in webview tag, i hope you can test it in webview tag after fixed :)
and i found another webwiew problem, I do not know if it is a bug, i will open a new issue :) |
This is fixed in git and will be available in the next nightly build. |
nwjs v0.26.0, windows 32bit and 64bit
get same problem like #4257
The text was updated successfully, but these errors were encountered: