UBports Robot Logo UBports Forum
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. mnjrupp
    M
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 2
    • Posts 9
    • Groups 0

    mnjrupp

    @mnjrupp

    1
    Reputation
    2
    Profile views
    9
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    mnjrupp Unfollow Follow

    Best posts made by mnjrupp

    • RE: Wish list : which apps do you need?

      @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 .

      posted in App Development
      M
      mnjrupp

    Latest posts made by mnjrupp

    • RE: Wish list : which apps do you need?

      @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 .

      posted in App Development
      M
      mnjrupp
    • 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.

      posted in App Development
      M
      mnjrupp
    • 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.qml

      coimport 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"
               }
      }
      
      posted in App Development
      M
      mnjrupp
    • RE: Wish list : which apps do you need?

      @Moem same issue on Nexus 5.

      posted in App Development
      M
      mnjrupp
    • RE: Wish list : which apps do you need?

      @arubislander thanks I will give it a try.

      posted in App Development
      M
      mnjrupp
    • RE: Wish list : which apps do you need?

      Spotify would be nice

      posted in App Development
      M
      mnjrupp
    • RE: Nexus 5 media player issue

      @rocket2nfinity Is the bug in the media player?

      posted in Support
      M
      mnjrupp
    • RE: Nexus 5 not detecting mobile data

      @PizzaLovingNerd Are you using AT&T direct or through another carrier like "Tracfone"?

      posted in Support
      M
      mnjrupp
    • 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.

      posted in Support
      M
      mnjrupp