open_webview
open_webview copied to clipboard
Installation on Android TV fails
Hello, my installation fails on my YOC Onn. device. It fails because the device does not have physical volume buttons to select a webview, thus rendering the installer useless. If there is another way to install currently please let me know :)
There are no plans to test Android TV support, so you can try to install the module at your own risk, however I plan to introduce the ability to install the module using configuration files. Unfortunately through magisk there are not many input alternatives
If we install modules via magisk --install-module in terminal (in place of Magisk's GUI), does the input work more akin to normal scripts? If so, it seems possible to simply read the key inputs as usual? This is more doable, especially when there is a bluetooth keyboard connected.
I've run into this issue also, I have the Qin F21 Pro which doesn't have volume buttons.
I've tried using this command: adb shell input keyevent 24 but it didn't work.
I've run into this issue also, I have the Qin F21 Pro which doesn't have volume buttons. I've tried using this command:
adb shell input keyevent 24but it didn't work.
I tried many similar methods, and the only workaround that I found is to modify the source code to opt for my choice.