Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved

    Update: Forum Guidelines & Code of Conduct

    Preferred way of displaying a message

    Mobile and Embedded
    1
    1
    606
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • M
      moondowner last edited by

      Hi guys!

      I'm interested, what is the best way of displaying a message to the user in Android and iOS?

      On the desktop I can use:

      @ var component = Qt.createComponent("MessageWindow.qml");
      win = component.createObject(screen);
      win.show();@

      Where MessageWindow is a QtQuick.Window or an ApplicationWindow with StatusBar.

      Will this work on mobile (at the moment I'm not able to check that..)?
      Or is there some other preferred way to do it?
      Maybe displaying as a notification as well?

      1 Reply Last reply Reply Quote 0
      • First post
        Last post