I’ve managed to get my scrollviews working really well on my ios app, but they don’t work in the webview (either in the preview or the built app) - it’s really frustrating because I don’t want to undo the good work I’ve done for the app version in order to make the web version work - any thoughts would be greatly appreciated.
existem duas maneiras . ate onde eu sei , vc ativar o botao na propridade da pagina , existe um scroll la , ou vc ativar colocando o propriio componente scroll na pagina.https://www.youtube.com/watch?v=MEK93HzhAf0
Hi @Oli_Clark, the scrollview works in web once you give it a set height. You can make the height responsive by referencing the dimensions found in systemVars in a formula (link).