But when I use a web page, dragging the screen only allows me to switch between the webviewer and the canvas. I cannot scroll the web page in the webviewer. Is this normal or what components need to be used?Thanks
Set Screen1 to Scrollable and Screen1 centred. Set the webviewer and canvas to @ 90% width, to provide something to scroll on left and right.You must set the webviewer height to automatic in the designer, then when the page first renders, it returns the full height of the web page, and sets the webviewer to that height. You can then scroll the web page until you reach the canvas, then continue scrolling the canvas. You might set the canvas as not visible to start with, otherwise it displays while the webviewer is resized.
Unfortunately, you have picked the two components that do not like to be scrolled!