Roberto

Results 26 comments of Roberto

> @brunovu20 Include this in manifest.json > > ``` > "permissions": [ > "declarativeNetRequest", > "declarativeNetRequestFeedback" > ] > ``` > > You should be able to just create a...

Installing my test extension on Edge I can see at least the meaning of the exception: ![mingErrorEdge](https://user-images.githubusercontent.com/20070559/202435473-1b4b21f1-1da3-4706-a0c3-8d3b28e36196.png) It seems that somewhere in code ther's still a usage of `eval`. With...

Not as it is actually. The Unofficial libraries work fine with Windows, Linux, MacOS and some Raspberry OSes only. Personally I don't have any intention to extend them to mobile...

Yes, obviously. Avalonia cross-platform is actually in version 11-preview1 which has a lot of issues/regressions, e.g. see [my post about one of the issues I found](https://github.com/AvaloniaUI/Avalonia/issues/9043). I don't know how...

Yes, you can add a layer on top of the player, sufficient to show/hide a set of controls to drive the player. For more info you can give a look...

If your question was instead about _"add text, images,... objects on top of the player, for example, a text object appearing from frame X to frame Y with some sort...