Forums
New posts
Search forums
Members
Current visitors
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Forums
Programming Languages
Javascript
Problem with android and scrolling with <input textarea
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
[QUOTE="MeMate, post: 5170355, member: 89924"] No, keyCode isn't depreciated yet. Doesn't make any sence. Maybe it's the wrong jquery part you have postet. Did you wrote this code by yourself, or is it a "kind of" open source jquery menu? In your code is no "tabbing or jumping" to other input elements included. So the issue is somewhere else. The only thing that comes to my mind on this portion of code is the event handling itself. It's just an idea but try [code] if(!event){event=window.event} if(event.keyCode == 13){ [/code] leave shiftKey out, because it's not needed for return but may cause issues for some mobiles. But i doubt that that will help you. What exactly happens after the ajax call? Is there any related and executed javascript on action_news.php? EDIT: And add a type="text" to your input element. [/QUOTE]
Verification
Post reply
Forums
Programming Languages
Javascript
Problem with android and scrolling with <input textarea
Top