eliranwong / UniqueBible

A cross-platform bible application, integrated with high-quality resources and amazing features, running offline in Windows, macOS and Linux, ChromeOS, Android, iOS. Various running modes are supported.
https://UniqueBible.app
GNU General Public License v3.0
121 stars 34 forks source link

Qt5 GUI on Android #1296

Open eliranwong opened 1 year ago

eliranwong commented 1 year ago

Currently, UBA terminal is supported on Android Termux.

As termux 'pyqtwebengine' package is completed just now https://github.com/termux/termux-packages/pull/14619 , Qt5 interface should be able to run on Android too. However, the current interface may be too packed on a small phone screen.

... will consider a new GUI for Android phone / tablet.

eliranwong commented 1 year ago

Will put some notes or remarks here as things develop

To install PyQt5 on Termux

pkg install pyqt5

pkg install python-pyqtwebengine