Disqus iOs Chrome textarea input - ios

We are having trouble with disqus textarea on chrome on iOs.
The problem is that when typing a comment in the textarea, it works fine. But when clicking on the textarea again to move the cursor, and start typing again nothing occurs in the textarea only the backspace works.
Safari on iOs works fine and so does chrome on android.

For me, the trick is to remove focus from the textarea by tapping on plain text elsewhere in the page, then tapping again in the textarea.

Related

Textarea not showing up anything on iOS Safari Mobile

I have a textarea element in a form. When I click on a button the form will show up(with dynamic html) and I am able to see the textarea element with all the styles.
But, when I click on the textarea to type, except the cursor every style of that textarea is disappearing. I am not able to inspect this because it is only happening on iOS Safari browser.
Can anyone please let me know how to solve this?
Form show up in modal?
Maybe you have same problem with this case.
iOS 11 Safari bootstrap modal text area outside of cursor

scroll bar - browser scrolling up automatically when user selects or writing text in ckeditor using chrome

Scroll bar: browser scrolling up automatically when user selects or writing some text in CK Editor, using chrome.
I am using Full feature CK Editor as well, this issue not in Firefox or IE, but in chrome.
Please anyone have idea about this issue.

iPad text input and text selecting not working properly

This will be difficult to explain so I won't paste any code.
I'm implementing a wysiwyg editor on my site called wysihtml5 and there are several issues when selecting the textarea/editor with the iPad. On a desktop browser, all is fine, the text can be selected, edited, pasted etc. But on the iPad multpiple issues occur:
Can't tap anywhere in the text to move the cursor there
If I manually move the cursor, all of a sudden I can't type anything anymore
Tapping outside of the texteditor doesn't bring the keyboard down
Basically I'm just hoping there's someone who has had similiar experiences with iPad cursor not behaving correctly in text input fields and what possible solutions there might be. I'm stuck and have no idea how to debug this.
Did you use touch event? iOS has a bug: you can't input in editable iframe if you are listening(or had listened) any touch event(touchstart, touchmove...), I tested this bug occurs even you listen other elements but iframe itself. yes, it's a serious bug, you can check out:
wysihtml5 issues98

JQuery Mobile: how to disable default keyboard when clicking in text field?

I am currently using input text fields that spawn a chooser (listview with various entries) when they are clicked on. Testing this on the appMobi emulator works flawlessly; however, when testing it on an iPhone, the default keyboard appears when the text fields are touched and then quickly disappears to be replaced by the chooser.
Is there a way I can prevent the default keyboard from showing with JQM?
If they require user input, then you can't prevent the browsers' default implementation (at least in a x-browser friendly way). They is certainly no solution with JQM.
I suggest you style your own text box from a div or similar, using html/css. With js you can then wire up the chooser to this element.

ctrl+c(copy text) not working in jquery modal dialog box

I am using jquery modal dialog box in my application. it works fine in across the browsers.
but i am not able to use ctrl+c(copy text) basic browser keyboard functionality.
please tell me how i can make it working for me.
demo of problem can be seen on http://jsbin.com/anuso

Resources