This receiver plugin is an interactive demo for plugin developers.
It showcases every feature of the uikit plugin (v0.2+) with working,
copy-paste-ready code.
There is no point in enabling this plugin for end users.
info() and question() with Promise-based flowAdd to your init.js after uikit:
await Plugins.load('https://0xaf.github.io/openwebrxplus-plugins/receiver/uikit/uikit.js');
await Plugins.load('https://0xaf.github.io/openwebrxplus-plugins/receiver/example_uikit/example_uikit.js');
Note: example_uikit will auto-load uikit if it’s not already loaded, so the first line is optional.
uikit >= 0.2Code is in the Github repo.