Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Mobile and Embedded
  4. keyboard for android and ios using Qt

keyboard for android and ios using Qt

Scheduled Pinned Locked Moved Unsolved Mobile and Embedded
12 Posts 3 Posters 4.4k Views
  • 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.
  • S Offline
    S Offline
    seniorivn
    wrote on last edited by seniorivn
    #1

    Hi, does anyone know how to implement a keyboard (input method) for android, and ios(optional) using qml?
    Simple example would be great.

    raven-worxR 1 Reply Last reply
    0
    • S seniorivn

      Hi, does anyone know how to implement a keyboard (input method) for android, and ios(optional) using qml?
      Simple example would be great.

      raven-worxR Offline
      raven-worxR Offline
      raven-worx
      Moderators
      wrote on last edited by raven-worx
      #2

      @seniorivn
      QtVirtualKeyboard
      The plugin basics have to be done in C++. What you then show (QML panel) is up to you.

      --- SUPPORT REQUESTS VIA CHAT WILL BE IGNORED ---
      If you have a question please use the forum so others can benefit from the solution in the future

      1 Reply Last reply
      0
      • S Offline
        S Offline
        seniorivn
        wrote on last edited by
        #3

        The Qt Virtual Keyboard project provides an input framework and reference keyboard frontend for Qt 5 on Linux Desktop/X11, Windows Desktop, and Boot2Qt targets.

        No any mention about android or ios. Are you sure it's the right direction to look?

        raven-worxR 1 Reply Last reply
        0
        • SGaistS Offline
          SGaistS Offline
          SGaist
          Lifetime Qt Champion
          wrote on last edited by
          #4

          Hi and welcome to devnet,

          Why do you need a virtual keyboard for these OSs ? Input like TextLine should trigger the native keyboard.

          Interested in AI ? www.idiap.ch
          Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

          S 1 Reply Last reply
          0
          • S seniorivn

            The Qt Virtual Keyboard project provides an input framework and reference keyboard frontend for Qt 5 on Linux Desktop/X11, Windows Desktop, and Boot2Qt targets.

            No any mention about android or ios. Are you sure it's the right direction to look?

            raven-worxR Offline
            raven-worxR Offline
            raven-worx
            Moderators
            wrote on last edited by
            #5

            @seniorivn said in keyboard for android and ios using qml:

            No any mention about android or ios. Are you sure it's the right direction to look?

            oops, my fault, sry

            --- SUPPORT REQUESTS VIA CHAT WILL BE IGNORED ---
            If you have a question please use the forum so others can benefit from the solution in the future

            1 Reply Last reply
            0
            • SGaistS SGaist

              Hi and welcome to devnet,

              Why do you need a virtual keyboard for these OSs ? Input like TextLine should trigger the native keyboard.

              S Offline
              S Offline
              seniorivn
              wrote on last edited by
              #6

              @SGaist that's the point, i want to develop a keyboard that will be shown up as native

              1 Reply Last reply
              0
              • SGaistS Offline
                SGaistS Offline
                SGaist
                Lifetime Qt Champion
                wrote on last edited by
                #7

                So a keyboard application like SwiftKey ?

                Interested in AI ? www.idiap.ch
                Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

                S 1 Reply Last reply
                0
                • SGaistS SGaist

                  So a keyboard application like SwiftKey ?

                  S Offline
                  S Offline
                  seniorivn
                  wrote on last edited by
                  #8

                  @SGaist yes, exactly(but very different ui, that i'm able to develop)

                  1 Reply Last reply
                  0
                  • SGaistS Offline
                    SGaistS Offline
                    SGaist
                    Lifetime Qt Champion
                    wrote on last edited by
                    #9

                    Just to be sure I understand correctly, you want to do a custom keyboard for other applications to use ? Or just for your own application ?

                    Interested in AI ? www.idiap.ch
                    Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

                    S 1 Reply Last reply
                    0
                    • SGaistS SGaist

                      Just to be sure I understand correctly, you want to do a custom keyboard for other applications to use ? Or just for your own application ?

                      S Offline
                      S Offline
                      seniorivn
                      wrote on last edited by
                      #10

                      @SGaist yes, i want to create custom keyboard using qt library, for other applications to use on android and ios(hopefully).

                      P.S. oh, god, i'm feeling like the worst english speaker ever.

                      1 Reply Last reply
                      0
                      • SGaistS Offline
                        SGaistS Offline
                        SGaist
                        Lifetime Qt Champion
                        wrote on last edited by
                        #11

                        Don't worry you're not, but since both cases can be valid, it's best to ensure that we are talking about the same thing. Up until recently there was no way to write custom keyboard for iOS.

                        From a quick look at the related documentation on iOS, you may have to customize things a bit yourself in order to have a keyboard application using Qt.

                        Interested in AI ? www.idiap.ch
                        Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

                        1 Reply Last reply
                        0
                        • S Offline
                          S Offline
                          seniorivn
                          wrote on last edited by seniorivn
                          #12

                          @SGaist well, at least keyboard for android, i was hoping to find an example here, but i found it by myself https://github.com/synasius/qt-custom-keyboard-proof
                          i will try to make it work(for now i can't)
                          And i've created an issue on bug tracker about support for android and ios by qtvirtualkeyboard https://bugreports.qt.io/browse/QTBUG-56983

                          1 Reply Last reply
                          0

                          • Login

                          • Login or register to search.
                          • First post
                            Last post
                          0
                          • Categories
                          • Recent
                          • Tags
                          • Popular
                          • Users
                          • Groups
                          • Search
                          • Get Qt Extensions
                          • Unsolved