@Keneda I use the Eternal Word app for listening but it looks to be a wrapper for inline app. the Android Quick bible app has many features like search, and commentaries; just to name a few. It doesn't require Internet connection .
Posts made by mnjrupp
-
RE: Wish list : which apps do you need?
-
RE: Wish list : which apps do you need?
@arubislander I wonder if the creator of Quick Bible would be willing?
It might be open source. But I agree with you. We need a better bible app. -
Morph.Web documentation
I'm wanting to create a webapp+ using Morph.
Is there any documentation on using Morph.Web?
I've looked at a few apps in the OpenStore but non seem to help. with several issues I have.
I've having issues trying to create a bank app opening its website and resizing the page like it would when opening the same site using the UT Morph browser.
The second issue is I have a little blank window created along with the website.
here is a snippet of the main.qmlcoimport QtQuick 2.9 import QtQuick.Controls 2.2 import QtWebEngine 1.7 import Morph.Web 0.1 //import "components" ApplicationWindow { color: '#000000' width: units.gu(45) height: units.gu(75) visible: true id:application WebEngineView { id: webview //anchors.fill: parent anchors { top: parent.top left: parent.left right: parent.right bottom: parent.bottom } focus: true url: "https://www.wellsfargo.com/" profile: WebEngineProfile { id: webContext httpUserAgent: "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.142 Safari/537.36" storageName: "Storage" persistentStoragePath: "/home/phablet/.cache/mnjrupp.wellsfargo/mnjrupp.wellsfargo/QtWebEngine" } }
-
RE: Wish list : which apps do you need?
@arubislander thanks I will give it a try.
-
RE: Nexus 5 not detecting mobile data
@PizzaLovingNerd Are you using AT&T direct or through another carrier like "Tracfone"?
-
Nexus 5 media player issue
Re: Installing UBports on a Nexus 5
I just installed on a Nexus 5 a few days ago. It is the D820. Everything seems to work ok (Calls,bluetooth,wifi..) except for the camera. Actually it might be the included media player. I can create a video, which is an MP4 format, but the media player doesn't recognize it. I am able to view my videos using the OpenStore app "UTmedia".
I hope this helps.