Giter VIP home page Giter VIP logo

Comments (5)

jpnurmi avatar jpnurmi commented on September 26, 2024

i have submitted an update (1.1.6) to ovi store qa review. hopefully it solves the problem... should become available in 5-7 business days.

from communi.

Vesuri avatar Vesuri commented on September 26, 2024

It did not solve the problem.

from communi.

Vesuri avatar Vesuri commented on September 26, 2024

This might not be a Communi problem. However, it could be that Communi needs to work around the problem. It could be about the TextField not getting visible with

    onClicked: {
        textField.visible = true;
        textField.forceActiveFocus();
    }

Just a wild guess but making it invisible and losing its focus first COULD help.

from communi.

jpnurmi avatar jpnurmi commented on September 26, 2024

hmm, that looks like old code. in the latest version (1.1.6) it should be:

        onClicked: {
            textField.visible = true;
            textField.openSoftwareInputPanel();
            textField.forceActiveFocus();
        }

nevertheless, makes me think if the latter two should have been the other way around ie. forcing active focus first and then forcing the sip to open. anyway, on pr 1.1 the explicit call to openSip() is not required at all but sip opens automatically when the text field gains active focus. i'll take a closer look when i get my hands on pr 1.2. i'm also happy to accept a patch if you are willing spend a moment and help out with this. :)

from communi.

jpnurmi avatar jpnurmi commented on September 26, 2024

This workaround is actually tested on PR1.2 now that I have it... :)

from communi.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.