Is there a way to make an entire div and all of its child elements uneditable without individually setting each one to readonly? This div contains a lot of dynamic content and I need a simple solution to prevent editing. If I set the parent div to readonly, will all the child elements automatically follow suit?
Providing some background, the reason for this is to prevent a text field within the div from triggering the mobile keyboard to pop up. My goal is to ensure that the entire web app remains uneditable, thus avoiding any unwanted behavior.