…it took me a while; but in the end it was very easy:
So, if someone is interested in the solution:
I wanted my forms (mobile apps) not to scroll when swiping over the screen.
I found this:
After George’s response I first did not know which .js files to add to my Project Explorer.
In the end I only had to download the file “scroll-lock.js” from the “dist” folder, drag it into my Project Explorer and add the following line to the Sub Main() of my Form:
scrollLock.disablePageScroll();
That’s it!!!
Thank you all (especially George) for your support!!!
Great!
Have a nice day and best wishes,
Olaf