Hello developers, i get some trouble in creating the floating button in outsystems web. I want to make the button appear when the page content is move down or up. How can i do this?, Many thanks.
Nikhil Gaur wrote:
You can do this with simple CSS. Here is one CSS example
https://codepen.io/androidcss/pen/yOopGp
You can add this CSS in your application, create link etc and apply needed classes
Hi Nikhil Gaur, your solution is work. Amazing. Thanks you.
Great. But I would request you to mark my reply as answer instead of marking your own final comment. :)
That just made me laugh so hard!! hahaha... I love it! lol... the marking of the answer of course. I needed that laugh after 3 hours of messing around with this floating button. Trying to find the portion of the code that effects the x/y cordinates of the buttons coming out of the main floating button element.