triniwiz / nativescript-popup

Apache License 2.0
22 stars 17 forks source link

TextField not receiving text #12

Open rickdps opened 6 years ago

rickdps commented 6 years ago

Make sure to check the demo app(s) for sample usage

Ok

Make sure to check the existing issues in this repository

Ok

Which platform(s) does your issue occur on?

I would like to know if this plugin supports using the TextField. If so, Why is it not working? I don't get any errors when running the app.

Thank you very much for the help.

elMuso commented 6 years ago

Welp, i had this issue today, after some research i managed to fix it in android. Since i don´t have an iphone or access to any ios emulator i don´t know the fix for ios.

For android. Go to the nativescript-popup folder (it should be in node_modules in your main folder), then, open popup.android.js (using the npm version)/ or popup.android.ts i think, go to the line 40 and insert this below "_this._popup.setFocusable(true)". and that should do the textbox searchbox fix. IDK how it works with other ui threads, but i don´t care, i have easy textbox 7u7