electron / electron

:electron: Build cross-platform desktop apps with JavaScript, HTML, and CSS
https://electronjs.org
MIT License
114.62k stars 15.52k forks source link

Browser plugins support (ex. Flash)? #295

Closed frankhale closed 10 years ago

frankhale commented 10 years ago

Does atom shell currently support the ability to use browser plugins such as Flash? If not, are there any plans in the future to support browser plugins?

zcbenz commented 10 years ago

It will be possible after https://github.com/atom/atom-shell/issues/280 got implemented.

frankhale commented 10 years ago

Awesome! Thank you!

On Wednesday, May 14, 2014, Cheng Zhao notifications@github.com wrote:

It will be possible after #280https://github.com/atom/atom-shell/issues/280got implemented.

— Reply to this email directly or view it on GitHubhttps://github.com/atom/atom-shell/issues/295#issuecomment-43060500 .

deecoolist commented 10 years ago

I need plugin (either np API or papper API) support to interact with various user's input like finger scanner, rfid or barcode device. If npapi not supported since it has lots security hole (unrestricted user's permission), would you consider to include papper support. Plugin support make my/ everyone jobs a lot easy to finish and more productive.

For whiles, I think I have to make node binding module (c++) or using ffi (foreign function interface) to over come that limit, and access the modules via require('remote').getCurrentWindow() on the render side.

But many-many great thank to @zcbenz , your work awesome! :+1: