jeudi 23 janvier 2020

How i get events in electron webcontents?

I'm using electron application. Use web contents in BrowserView.

Can I get events in this webcontents Events?

I just tried like this

view.Webcontents.on("Media-play",function(){
    console.log("blah-blah-");
})

But I can't get.

I want to handle events like

this

How I get this events?




Aucun commentaire:

Enregistrer un commentaire