strange problem on mobile phone

All Quick 'n Easy Web Builder support issues that are not covered in the forums below.
Post Reply
alex4orly
Posts: 321
Joined: Thu Jul 23, 2020 9:34 am

strange problem on mobile phone

Post by alex4orly »

Please have a look at this page : http://nmaa-rc.org.au/fp21.php

I have set a break point at various sizes : 480, 400, 360
In all cases, the screen can be scrolled sideways insteading of being fixed on screen

What am I doing wrong?

Thanks
User avatar
Pablo
Site Admin
Posts: 3918
Joined: Mon Feb 13, 2006 7:00 am
Location: Europe
Contact:

Re: strange problem on mobile phone

Post by Pablo »

It looks related to the custom code you have added via "Html1"
I think the type should be set to "Between <head> tags"
alex4orly
Posts: 321
Joined: Thu Jul 23, 2020 9:34 am

Re: strange problem on mobile phone

Post by alex4orly »

That is not resolving it, I found out the problem

http://nmaa-rc.org.au/Screenshot_wrong.jpg
http://nmaa-rc.org.au/Screenshot_right.jpg

If the Modal dialog is outside the break point, it will do that.

In my mind there is a bug somewhere

Cheers
User avatar
Pablo
Site Admin
Posts: 3918
Joined: Mon Feb 13, 2006 7:00 am
Location: Europe
Contact:

Re: strange problem on mobile phone

Post by Pablo »

In your example, the HTML1 object is outside the viewport. That is why there is a scrollbar.
All objects should be inside the viewport.
alex4orly
Posts: 321
Joined: Thu Jul 23, 2020 9:34 am

Re: strange problem on mobile phone

Post by alex4orly »

Well, it seems this rule doesn't always work:

1) In the default viewport, it is outside the viewport and it works fine
2) IN breakpoint 480px, it is inside the viewport and it works fine
3) in breakpoint 700px, it is inside the viewport but it doesn't

So?

Cheers
User avatar
Pablo
Site Admin
Posts: 3918
Joined: Mon Feb 13, 2006 7:00 am
Location: Europe
Contact:

Re: strange problem on mobile phone

Post by Pablo »

If the object is placed outside the viewport, then this will affect the page size.
That is why the browser adds a scrollbar.
Positions and sizes are responsive so they need to be set for each breakpoint.
alex4orly
Posts: 321
Joined: Thu Jul 23, 2020 9:34 am

Re: strange problem on mobile phone

Post by alex4orly »

OK, now I got it

All good
Cheers
Post Reply