Page 1 of 1

*SOLVED* Basic text boxes not flying-in on Mobile *SOLVED*

Posted: Wed Apr 13, 2022 8:19 pm
by etcbbu
Hi all,

Got a page on which I'm working here

https://ktravisj.com/testimonials.php

If you'll notice, if you surf this page on a smartphone device that loads the 320-Width Breakpoint version, As you scroll up and down that page, you'll notice that sometimes (or *ALL* the time) , some of the Testimonials on that page will not load. They've all got two Javascript events on them

- onscrollreveal
- onscrollhide

Some jump in from the left side of the screen, some jump in from the right side of the screen. And that's cool and all. But I'm trying to figure out why some of them either

- aren't loading at all, on the 320-Breakpoint
- why you have to scroll down so far before some of them load (and how I can counter-act this and cause them to "scroll sooner", I guess you'd say)

Here's my .WBS project-file with only this page on it, so you can see my work:

https://ktravisj.com/proj.zip

Full-Dislosure - :D :D :D I love WYSIWYG Web Builder :D :D :D ! WB ROCKS!

--etcbbu

Re: Basic text boxes not flying-in on Mobile

Posted: Thu Apr 14, 2022 6:10 am
by Pablo
For me, all events seem to work. However, I recommend to disable these effects for smaller screens.
Because some mobile browsers do not fully support scroll events.

Page Properties -> Advanced -> Disable scroll events on small screens.

Re: Basic text boxes not flying-in on Mobile

Posted: Thu Apr 14, 2022 6:22 pm
by etcbbu
And should I change the "Minimum width" off of 768?
768 is the default setting, for that setting. Should I make it 320, instead of the default 768?

Re: *SOLVED* Basic text boxes not flying-in on Mobile *SOLVED*

Posted: Thu Apr 14, 2022 8:11 pm
by Pablo
There are no much devices that are smaller than 320 pixels... So, I think the default is ok.