• 5 Votes
    200 Posts
    44k Views
    danfroD
    @domubpkm I am sorry, I forgot to reply. Sadly so far I haven't found a working solution. When setting the TextArea to read-only, we can't navigate in it. So no option. I didn't found time yet to see if some manually added controls allow moving the text in read-only mode. I also tried (after your question, could you please open an issue/feature request so I don't forget about that?) to display the file in a webview. I used that successfully when testing something for weather app and webviews allow pinching and dragging and that. But for some reason simply instantiating a webview component in the code, not even displaying a file, always crashes tedit (of course no error message that might give a direction where to look at). I am totally lost here why that happens. Many apps use webviews for various purposes.
  • Screenshots on Ubuntu Touch?

    Moved Support
    3
    0 Votes
    3 Posts
    294 Views
    T
    @moem Thank you! That worked
  • Minecraft clones for ub touch

    App Development
    2
    0 Votes
    2 Posts
    414 Views
    RedXXIIIR
    @supervisor Did you tried this one? https://open-store.io/app/terrartisan.bhdouglass Very basic but fun
  • Annotating PDFs in Document Viewer?

    App Development
    3
    0 Votes
    3 Posts
    466 Views
    KenedaK
    @thomasohm Just a hint, UBports is not th OS, witch is Ubuntu Touch, but the fundation that maintain uTouch.
  • 2 Votes
    34 Posts
    6k Views
    G
    @TheVancedGamer said in Can you improve an app? And would you like a Pebble smartwatch?: Do keep in mind that the rockwork daemon actually connects to the watch, not the bluetooth stack. So you will have to launch rockwork first for the watch to be able to connect. IT WORKS !!!!!!!!! Thank you !
  • Can the N26 app be used on UT?

    General
    10
    0 Votes
    10 Posts
    1k Views
    arubislanderA
    @flaviomala, This is an Android and iOS app, which probably communicates with the bank's servers via non open API"s. There isn't even a(n) (web)app for this in the OpenStore. And I doubt we will be seeing a version for Ubuntu Touch anytime soon. Banking apps in general will be an issue until there is a critical mass of users achieved.
  • 2 Votes
    9 Posts
    876 Views
    joniusJ
    I didn't touch the README. You downloaded the old 15.04 version. Please build the app for 16.04 using Clickable instead. I don't plan to maintain the app, just wanted to show it is still mostly functional, in case anyone wants to pick it up.
  • Wish list : which apps do you need?

    App Development
    229
    4 Votes
    229 Posts
    125k Views
    C
    @domubpkm Delta chat seems to be an interesting project. Unfortunately, I have not read anything about pop3 support. But thanks a lot!
  • 0 Votes
    9 Posts
    930 Views
    ?
    Hehe That's exactly what I said to him, @Opolork! It's a pity that the work that went into making that app is wasted for want of a rebase .
  • 0 Votes
    10 Posts
    788 Views
    V
    @Lakotaubp That was the solution for me. After setting Screen Saving to never, Document Viewer was fully installed. Thx for the fast reply.
  • uText [ Help / Devel ]

    App Development
    23
    1 Votes
    23 Posts
    6k Views
    D
    @BlueKenny Sorry for the late reply : too busy. @BlueKenny said in uText [ Help / Devel ]: if you click on 'Save' so you can open as many file you want without modify it Ok if you think it's not too much useful @BlueKenny said in uText [ Help / Devel ]: swipe from this border Ok it missed the morning coffee for me ! I couldn't do it this morning even if i saw your explanation @BlueKenny said in uText [ Help / Devel ]: no possibility to go back to the first page Ok.. To your last point, for my part, i don't like to much work with several files open at the same time. It's only my opinion. If you do it we must have the possibility to save a file or to exit a file when you want. But your app can be very scalable : maybe will open (so as to work on them) various file formats in the future... ?
  • 4 Votes
    32 Posts
    8k Views
    poVoqP
    @Craig Maybe you could help out here: https://gitlab.com/clickable/clickable/issues/122
  • GPS track recording app available?

    Solved Support
    5
    0 Votes
    5 Posts
    901 Views
    mymikeM
    @pulsar33 @dad_and_alive now ti has only the a) feature, but feel free to report an issue on its github page to add these features
  • Discord app on Ubuntu touch?

    App Development
    3
    2 Votes
    3 Posts
    2k Views
    T
    Actually this is quite doable. Not as a native application however (though that itself IS possible using the Discord SDK, considering that there is a wonderful third-party UWP Discord application for Windows), but using the webapp-container with the user-agent string of the latest Chrome or Chromium release, will cause the webapp to request permission for Microphone and allow VOIP calling under Ubuntu Touch. It will not however, allow PTT (as PTT requires a native application).