Hello
I am facing an issue with one of my H5 scripts.
I added a script to my screen where I have to set a field to readonly. It is a screen containing a grid.
When I go to my screen the field is set to readonly but when I scroll down on the grid the script stops working and my field becomes editable.
I tried adding an event handler when scrolling to set the field to readonly but it is not working.
Any one have any ideas how to fix this?
Thank you