• Calculator: 49,8-2,1=

    7
    0 Votes
    7 Posts
    1k Views
    H
    Thanks a lot for fixing this! Although it's just a funny small problem, fixing this tiny bugs also lead to a better system. If i compare UT today with 1 or 2 years ago it improved really a lot! Stability, features and speed!
  • App crash after splashscreen

    5
    1
    0 Votes
    5 Posts
    794 Views
    G
    SOLVED! The problem is the header at the line 29, it must be delete. The webapp crash on the nexus5 because there is a bug in UT. Someone solved forcing full screen and disable the gpu but I think it is a bad solution. The command lines from 34 to 42 can be delete, they run only with oxide. After this operations, all run correcly on the pc desktop!
  • porting Apps from vivid to Xenal

    9
    2 Votes
    9 Posts
    1k Views
    H
    @hummlbach Could you add KODIMOTE to that list?
  • will be updated scope who worked on version 15 (-

    7
    0 Votes
    7 Posts
    708 Views
    B
    it is a pity that the developers have scored on their innovations scop
  • Openstore creating or deleting apps

    Moved
    3
    0 Votes
    3 Posts
    590 Views
    bhdouglassB
    @ksalver said in Openstore creating or deleting apps: Hi @bhdouglass , I made a mistake by submitting a new app to the openstore: I submitted an app named p.ex "mynewapp" instead of "mynewapp.ksalver" . Now the entry rests in the Database ind i cannot delete it, wether with the morph-browser nor with the submit-new-app. Is there any way to remove my entries descripion is renamed "ZZZ....." to see them at the bottom of my list. ? I'm not seeing the app called "mynewapp" anywhere, is that the name of the app or is it something else?
  • 0 Votes
    6 Posts
    825 Views
    bhdouglassB
    You're welcome!
  • Anyone using a YI action camera?

    2
    2 Votes
    2 Posts
    462 Views
    No one has replied
  • Mobile Connection Control

    Moved
    4
    0 Votes
    4 Posts
    568 Views
    D
    @dobey Thanks, that answers my question - I'll probably have to look at other options to achieve this.
  • User Agent Stuff

    19
    1 Votes
    19 Posts
    1k Views
    LakotaubpL
    @advocatux Yes as usual you are correct : ) it seems
  • Apps using Oxide

    8
    2 Votes
    8 Posts
    2k Views
    D
    @mariogrip said in Apps using Oxide: I will make a more of a "guide" once devel is out with 100% QtWebEngine. Any update on this?
  • uNav-improvements

    3
    0 Votes
    3 Posts
    683 Views
    F
    I would love to have something like live search suggestions. Especially in foreign countries where you not always know how to spell street names correctly this would be extremely helpfull! Would be amazing to implement this function like it works for example with graphhopper.com/maps/ or other navigation tools.
  • Why some xenial webapps don't work

    Moved
    13
    0 Votes
    13 Posts
    2k Views
    D
    @krille I understand from openstore that you've already published several apps and it's clear that you've far more experience than me. Realistically, I don't feel qualified to help as I'm just a beginner. My understanding is that webapp-creator invokes morph browser automatically. The template doesn't provide an option for choosing the browser.
  • Updating apps to 16.04

    25
    8 Votes
    25 Posts
    11k Views
    costalesC
    @danchapman Thanks for the tip. I removed the .py files and I was using this one import in last version: import io.thp.pyotherside 1.4 Everything was working, but in the last update of Ubuntu Touch (2018-W40), the python side is not working. [image: py.jpg] In the last UT version I have the package libpython3.5:armhf, then I think the error is coming because the libpython3.4 doesn't exist. But... I'm just importing "io.thp.pyotherside 1.4", the crash (IMO) is coming from the pyotherside from the system (?). I tried import io.thp.pyotherside 1.5, but same result. Any help please? Thanks in advance!
  • HowTo: contributing to app development with crossbuilder

    51
    1
    0 Votes
    51 Posts
    13k Views
    M
    Small update. After the PRs by @UniSuperBox and @jonius I was finally able to compile the keyboard package onto my phone. In order to accomplish the task I had to slightly modify the command I used before, i.e. crossbuilder with crossbuilder --password=myPro5password because a bunch of commands sent to the phone requires sudo. In this way I was able to get to the end of the crossbuilding process, I believe without errors. At first I changed just a small thing in the code to see the effect on the phone, but then I tried without changing a thing and after a reboot in both cases I got the keyboard not showing up anymore; so I couldn't access the phone because I couldn't insert the unblocking passcode. A fresh UT install did the trick. Any idea why the crossbuilding process seems not working as expected? I don't have the output log this time but, if needed, I can try again to compile and collect a new one.
  • QtLocation's GeocodeModel

    4
    0 Votes
    4 Posts
    399 Views
    ?
    I fixed it by setting up a custom geocoding host GeocodeModel { id: geocodeModel plugin: Plugin { name: "osm" PluginParameter { name: "osm.geocoding.host"; value: "https://nominatim.openstreetmap.org/" } } }
  • Clickable 5.0.0 released !!

    development clickable documentation
    3
    5 Votes
    3 Posts
    964 Views
    F
    Hi, for the people using "atom-clickable plugin" with clickable 5.0.0 the command "Clickable: Build and run [desktop]" from Atom doesn't work because it uses the old '- - desktop' option replaced by 'desktop'. To fix quickly this: open with an editor the file (enable 'show hidden files' to see 'atom' folder): <your-home-folder>/.atom/packages/atom-build-clickable/lib/clickable.json and remove the '- -' at line 114 after that should like this: args: [ 'desktop' ], Restart Atom to update the plugin. I have just made a Pull request at the author of "atom-clickable plugin" to include that fix, and to include the new '- - vivid' option (added with clickable 5.0.0) Tnx
  • Developing UT apps on Windows 10

    Moved
    4
    0 Votes
    4 Posts
    591 Views
    M
    @advocatux ubuntu on a thumb drive , company security would get in the way i expect
  • QML : need help so solve a warning

    4
    0 Votes
    4 Posts
    1k Views
    EllypsisE
    @mymike Thanks! I will keep that in mind for future application
  • Getting crash when adding a WebView to my Page

    5
    0 Votes
    5 Posts
    819 Views
    F
    Hi @mungorae to run the application (not deploy it) on desktop try a: clickable - -xenial - -desktop (or: clickable - -desktop ) should works (See Getting started section: http://clickable.bhdouglass.com/en/latest/getting-started.html) Looking at your last posted output, your app is package successfully as .click package and deployed on your connected phone; so that should run also on desktop. (Note: you can RUN the app on the desktop without any device connected; but you can't deploy it on desktop; ".click" package is not supported is only for mobile device).
  • Proxy settings in the browser (next)

    2
    0 Votes
    2 Posts
    434 Views
    mymikeM
    there's an issue for system-wide proxies https://github.com/ubports/ubuntu-touch/issues/345