uBible / uBible

uBible application for Ubuntu Touch
GNU General Public License v2.0
7 stars 2 forks source link

Desktop version #24

Open ghost opened 10 years ago

ghost commented 10 years ago

I would like this app to run as a native desktop app, as well as on the mobile. Is there a way to make a menu bar that only shows on the desktop. I know in Qt you can obviously do this, as I have done it... but that was using the .ui files, rather than .qml I have also learned that the toolbar Action show up in the HUD. I think we should structure the most important options to be picked up by HUD. I would also like to have the Unity Launcher display some dynamic information such as most recent verses, so the user can choose to go to a recent reading, just like in the home screen.

iBelieve commented 10 years ago

Unfortunately, the HUD has been disabled as the bottom swipe up now can be used by the app for its own purposes, instead of activating the HUD.

It may be possible to set up a menu bar in QML, though we'd have to figure out if this can be used by the desktop app without crashing it on the phone/tablet.