Jump to content

(Javascript) How to fix textarea from closing keyboard?

Guest
Go to solution Solved by FlappyBoobs,

The JS that is called to draw the extra textbox controls is causing the problem. In the function that calls / creates the text box you need to handle the "already loaded state".

On Desktop, it works fine, but on mobile, the mobile-keyboard closes for no reason

 

<video>

 

sorry about the video "edits" it was kinda rushed, and didnt take the time to do it cleanly

 

here is all the source code for the editor https://git.nrrinc.net/CLeditor-3.6 (note: this was built for jquery 1.3, but it was updated to work with Jquery 3.6)

 

 

could anyone point me in the right way to fix this bug?

Link to comment
Share on other sites

Link to post
Share on other sites

The JS that is called to draw the extra textbox controls is causing the problem. In the function that calls / creates the text box you need to handle the "already loaded state".

Link to comment
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×