Giter VIP home page Giter VIP logo

Comments (3)

fraune avatar fraune commented on May 28, 2024 2

My guy. Quickest resolution ever! Thanks for the explanation as well.

Yep, confirming the update worked for my the demo project and my other project.

from customkeyboardkit.

paescebu avatar paescebu commented on May 28, 2024

Hey @fraune,

Thanks for the feedback, much appreciated, especially for the small example app, that accelerated my investigation!
That now lead to some optimizations in the Interface of CustomKeyboardKit for simpler use of it for you and for other integrators! :-)

To quickly explain the root cause:
It seems that as soon as you add the axis parameter SwiftUI creates a UITextArea under the hood instead of UITextField, causing the introspection to fail to find the right TextView.
Additionally my implementation was limiting that if you use the customKeyboardmodifier on TextField that it expected a UITextField, and for a TextEditor it expected a UITextArea, where the reality (as your case showed) is different. CustomKeyboardKit should now be smarter more straight forward for it.

I just updated CustomKeyboardKit to 1.0.2. This should resolve your issue I think.
let me know if it does! And I let you close the Issue if its resolved for you.

Thank you so much for your time and a great weekend
Pascal

from customkeyboardkit.

paescebu avatar paescebu commented on May 28, 2024

Very glad to hear!

Have a great one. Ill close the ticket then.

from customkeyboardkit.

Related Issues (18)

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.