• qml scroll by sections

    2
    0 Votes
    2 Posts
    280 Views
    K
    @fooxl I don't think there's one in the toolkit but Contacts app has one so perhaps you can just reuse that.
  • Run python script within confined app

    Unsolved apparmor python network html5
    4
    0 Votes
    4 Posts
    460 Views
    arubislanderA
    @jerzecokno Use clickable to create an app skeleton by choosing the Python template. Then copy the content of the Main.qml file of the project I pointed you to. Create a public repository somewhere and then if you have any concrete questions on how to proceed, either ask them here or join our App Development Telegram channel for more interactive support.
  • New music track recognition app

    17
    0 Votes
    17 Posts
    2k Views
    AppLeeA
    @emphrath This is probably a spammer, I'll moderate the link, but it's the second weird message from @ritomkai that raise suspicion. Next time or sooner we'll ban them.
  • How do i make a webapp to publish it on the store

    webapp creator webapp
    2
    0 Votes
    2 Posts
    352 Views
    arubislanderA
    @supervisor just you the Webber app from Open Store and create a webapp with that. No need to publish it though.
  • qt quick camera frames pass to cpp

    1
    0 Votes
    1 Posts
    164 Views
    No one has replied
  • Is it possible to make laptop camera available to app running in "clickable desktop"

    Solved
    8
    0 Votes
    8 Posts
    765 Views
    rineezR
    @arubislander I'm not sure. I suspect the name of video device can change for different environments. Some environments may not even have a camera, and I haven't yet tested for negative side effects of putting a non-existing device there. I'm thinking I may have to write some additional code to detect camera devices in the environment to make it into a PR suitable for all users. I'll try to figure out though. Thanks for the encouragement
  • "Unable to detect a web browser" when loading iframe in Clickable HTML app

    Solved
    6
    0 Votes
    6 Posts
    603 Views
    rineezR
    @arubislander Ah! That makes total sense now. Thanks.
  • 0 Votes
    5 Posts
    546 Views
    C
    @safalbk I can not help in any way. I replied only to discover the reason for your post, so that others may provide useful assisstance.
  • Not displaying the window in a clickable Nim template

    2
    0 Votes
    2 Posts
    215 Views
    No one has replied
  • CalDav Tasks

    3
    1 Votes
    3 Posts
    332 Views
    ?
    @kugiigi Well some do. But I think it still makes sense to have a separate view at least for tasks, since there is not only a date attached to a task but also stuff like priority, status and so on. Also, some tasks might not have any date/time information associated with them, so you would not know where to display them in the setting of a calendar app.
  • FluffyChat QML and Pantalaimon development

    10
    0 Votes
    10 Posts
    1k Views
    C
    Hello! Fluffychat is very cool! I'd like to see support for reactions in it. The desktop version shows them but the UT one doesn't. The feature probably wouldn't change anyone's life, but.... it is just to add some more "fluffyness"
  • Minecraft clones for ub touch

    minecraft clone app ubuntutouch
    2
    0 Votes
    2 Posts
    489 Views
    RedXXIIIR
    @supervisor Did you tried this one? https://open-store.io/app/terrartisan.bhdouglass Very basic but fun
  • Bicycle Navigation App Development (HELP needed)

    Solved
    18
    1
    1 Votes
    18 Posts
    2k Views
    AppLeeA
    @magdesign You should have a look at 20.04 version of Ubuntu Touch. Yes your app won't work until the official release of focal but it will be hopefully soon.
  • OSM Scout server improvements

    Moved
    11
    2 Votes
    11 Posts
    1k Views
    C
    An update today has restored the functionality of the menu. Quick work by those concerned.
  • Webapp creator Webber

    1
    1
    0 Votes
    1 Posts
    281 Views
    No one has replied
  • setup app conf file from cmake

    cmake c++ app development
    3
    0 Votes
    3 Posts
    447 Views
    V
    @dobey Well, that's exactly what I wanted to do... So, the only workaround would be to create it using the app... But then, The settings, I was thinking about, are app specifc ones, not user, so I'll just include them in the code ... Cheers
  • How to run WebAssembly in click package (html template)

    1
    0 Votes
    1 Posts
    205 Views
    No one has replied
  • 0 Votes
    9 Posts
    990 Views
    LakotaubpL
    @slimps If you are happy plaes mark as solved to help ohers Thanks https://forums.ubports.com/topic/6311/how-to-ask-a-question-and-then-mark-it-as-solved
  • How to insert swift content in clickable / UT Apps?

    4
    -1 Votes
    4 Posts
    338 Views
    KenedaK
    @stanwood Or the world inter-bank communication system lol
  • HTML App - file selection

    Solved
    3
    0 Votes
    3 Posts
    477 Views
    Schlicki2808S
    I found the solution! I came across the documentation for the policy groups. So I added "content_exchange" to the list of the "policy-groups" in the apparmor file and - voila - the input file dialog shows me a list of apps. Thanks for the hint with the Content Hub!