• Using QBS for UBports applications

    7
    6 Votes
    7 Posts
    685 Views
    K
    @cibersheep And it even work on the Pinephone
  • A question about porting a Messenger app

    11
    0 Votes
    11 Posts
    1k Views
    TotalSonicT
    @x-dub - I use https://open-store.io/app/sailbook.sailbook without a problem for sending text and attachments on my Meizu Pro 5 running OTA-15 RC. Best regards, Steve Berson
  • Upload Button for images in Web app

    4
    1
    0 Votes
    4 Posts
    547 Views
    lmhL
    I have solved the problem. The issues had nothing to do with my code. Just in case it helps anyone else: In the file yourappname.apparmor (which is automatically generated by clickable) you need to add the policy group "picture_files_read". I assumed "content_exchange" would suffice but it doesn't. So this issue is solved
  • qml parse property between pages

    5
    0 Votes
    5 Posts
    589 Views
    T
    @007fred50 Try writing import "variables/varis.qml" as Varis So the first letter is uppercase.
  • QML - reload Repeater data?

    5
    0 Votes
    5 Posts
    4k Views
    lduboeufL
    @007fred50 Have you read some documentations about the Model View Delegate in QML ?. I can suggest https://qmlbook.github.io/ or the general Qt QML documentation [link text](link url) And yes best is to find examples. What does not work with yoyr. example ?
  • Getting started with webapp dev

    5
    0 Votes
    5 Posts
    640 Views
    ?
    @aclifton314 Why waste your skills when is https://open-store.io/app/webapp-creator.jujuyeh ?
  • What happened to "flas"? Alternative?

    11
    0 Votes
    11 Posts
    814 Views
    J
    @domubpkm Cool! Thanks! Again learned about a new feature...
  • Saving app data

    9
    0 Votes
    9 Posts
    584 Views
    B
    @doniks A warning has already been added (recently I think)
  • Some cookies save, some don't?

    1
    0 Votes
    1 Posts
    187 Views
    No one has replied
  • write file and read, works on emulator.

    6
    0 Votes
    6 Posts
    560 Views
    lduboeufL
    @007fred50 yes i think storage is better
  • Allowing Guitar Tuner App to use Microphone

    10
    1 Votes
    10 Posts
    2k Views
    lmhL
    Thanks so much @lduboeuf for pointing this out!!! This certainly explains all of the above described behaviour!!!
  • Get GPS coordinates via terminal or python?

    5
    1 Votes
    5 Posts
    1k Views
    H
    @Jarsa nice idea! I would like to use this idea as an onlinetracking system for myself. As i do outdoorsports, sending my last location to my own server is a good idea. In Android (9) it was very hard because of power limitations. As soon as the screen is off, everything goes to powersaving. And gps eats the battery as the cpu stays always on... This could be the limiting problem here too: the battery will be drained like hell... Is there a way to reduce power consumption?
  • Change View?

    3
    0 Votes
    3 Posts
    347 Views
    0
    @CiberSheep Thanks, PageStack works fine
  • Shell command from HTML app?

    1
    0 Votes
    1 Posts
    171 Views
    No one has replied
  • Responsive Design, In QT Creator, Real Device

    4
    4
    0 Votes
    4 Posts
    1k Views
    K
    I never used graphical designer when developing QML well mainly because it didn't work on UITK like Rodney say but I got used to it and I guess it's better not to so that you can really learn the language and adjust your layout and make them responsive like what you want
  • 0 Votes
    3 Posts
    1k Views
    M
    @dobey Thanks, I have done now.
  • create an app to ubuntu touch

    7
    0 Votes
    7 Posts
    871 Views
    joniusJ
    sudo should never be necessary when working with Clickable. I guess the spaces in your path caused the issue. If it persists even without spaces, please file a bug. I'd also suggest you have a look at the Clickable Documentation. The sudo apt install ubuntu-sdk does not help. Clickable comes with its own docker images containing everything it needs.
  • Music Equalizer?

    2
    1 Votes
    2 Posts
    407 Views
    AppLeeA
    @MixMac Hi, I don't think there are any plans in the future. But that would be a nice additional feature. And if you know someone able and willing to maintain apps, I think that the music app is one left without a maintainer right now. (Not sure for Music app, but a recent call for maintainers has been made)
  • EteSync: e2e encrypted calendar, contacts, tasks, notes etc.

    1
    0 Votes
    1 Posts
    131 Views
    No one has replied
  • [Guide] Code completion on Qt Creator for Ubuntu.Components

    28
    7 Votes
    28 Posts
    8k Views
    T
    @lduboeuf said in [Guide] Code completion on Qt Creator for Ubuntu.Components: Have you checked also theclickable ide qtcreator feature ? Yes, it did the trick! Very convenient. EDIT: well, OK, it would be much more convenient if that qtcreator had "clickable" integration to avoid terminal, but that's not that bad.