I am in the process of developing a web application for iOS. My goal is to make it non-scrollable, except for a textarea that should be scrollable. I have searched for solutions to similar issues, such as this one disable enter key on page, but NOT in textarea, but unfortunately, I did not find success (this example seemed promising, but I encountered a "can't find variable node" error in Safari).
If anyone has any suggestions or can assist with solving this problem, I would greatly appreciate it. Thank you.
Although it did not completely solve my issue, I found the answer marked as the best helpful.