Roberto
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:  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...