RE: access scroll of browser widget

2021-07-21 Thread Ralph DiMola via use-livecode
Ben, Setting the x/y scroll is easy: do "window.scrollTo(0,500);" in widget "nameOfBrowserWidget" See https://www.w3schools.com/jsref/met_win_scrollto.asp I don't know how to get the current scroll position on random pages. If you have control of the html then you can set the javascriptHandlers i

access scroll of browser widget

2021-07-21 Thread Ben Rubinstein via use-livecode
The browser widget has properties hScrollbar and vScrollbar - but doesn't appear to have properties hScroll or vScroll. Is there any way to get and set the scroll (FWIW I'm only interested in the vertical) of a browser widget? TIA, Ben ___ use-