problems with text on iphone/safari
Forum rules
PLEASE READ THE FORUM RULES BEFORE YOU POST:
viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/getting_started.html
WYSIWYG Web Builder FAQ
PLEASE READ THE FORUM RULES BEFORE YOU POST:
viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/getting_started.html
WYSIWYG Web Builder FAQ
-
-
- Posts: 20
- Joined: Wed Aug 29, 2018 2:00 pm
problems with text on iphone/safari
Hi experts,
I am using WB12. My project is responsive
This page https://leasebil.nu/privatleasing/skoda/
looks okay on computer and android phone
but something happens on an Iphone.
How to fix it - i have no problems upgrading my WB if this solves the problem
Thanks in advantage
Michael
I am using WB12. My project is responsive
This page https://leasebil.nu/privatleasing/skoda/
looks okay on computer and android phone
but something happens on an Iphone.
How to fix it - i have no problems upgrading my WB if this solves the problem
Thanks in advantage
Michael
Re: problems with text on iphone/safari
What is the exact problem?
Where on the page do I need to look?
Where on the page do I need to look?
-
-
- Posts: 20
- Joined: Wed Aug 29, 2018 2:00 pm
Re: problems with text on iphone/safari
Pablo,
If you scroll down on the page on an iphone, your reach some seo text, which becomes
unformatted on the iphone but on an android it looks fine - like on a computer!!
Kind fregards
Michael from Denmark
If you scroll down on the page on an iphone, your reach some seo text, which becomes
unformatted on the iphone but on an android it looks fine - like on a computer!!
Kind fregards
Michael from Denmark
Re: problems with text on iphone/safari
I think the problem is related to the inline frame.
The iPhone does not support scrollbars in inline frames and displays the full contents, which in your case overlaps the content below.
The iPhone does not support scrollbars in inline frames and displays the full contents, which in your case overlaps the content below.
-
-
- Posts: 20
- Joined: Wed Aug 29, 2018 2:00 pm
Re: problems with text on iphone/safari
Thank you Pablo,
As always you are probably right.. but i really needs advice, because our website project are big and responsive and
many pages are built on data from database.
We need to get data from database, and the code behind that must know how many coloums availabel according to
the breakpoint (default, 320,480 ect) therefor i choosed to use iframes on each breakpoint which call the same code with parameter= number of coloums available.
Can this be done i another way which makes the output nice on all devices??
Thank you in advantage
Michael
As always you are probably right.. but i really needs advice, because our website project are big and responsive and
many pages are built on data from database.
We need to get data from database, and the code behind that must know how many coloums availabel according to
the breakpoint (default, 320,480 ect) therefor i choosed to use iframes on each breakpoint which call the same code with parameter= number of coloums available.
Can this be done i another way which makes the output nice on all devices??
Thank you in advantage
Michael
Re: problems with text on iphone/safari
I think the only way to solve this is by using a flexible layout (using layout grids), so the other content will automatically move when the inline frame becomes larger.
-
-
- Posts: 20
- Joined: Wed Aug 29, 2018 2:00 pm
Re: problems with text on iphone/safari
Thank you Pablo,
But your suggestion still includes the iframes?
Because i don't know how many cars the selection returns from the database i have set the scroll able if needed according to
the answers i had in another post in the forum concerning making iframes resizeable.
Please correct me, but i some how conclude that iphones don't allow iframes with scrollable function and because i need
to adjust the size of the iframes to show some seo text just below the iframe - i am in trouble ??
Kind regards Michael
But your suggestion still includes the iframes?
Because i don't know how many cars the selection returns from the database i have set the scroll able if needed according to
the answers i had in another post in the forum concerning making iframes resizeable.
Please correct me, but i some how conclude that iphones don't allow iframes with scrollable function and because i need
to adjust the size of the iframes to show some seo text just below the iframe - i am in trouble ??
Kind regards Michael
Re: problems with text on iphone/safari
Yes, only when using layout grids, then the layout will be flexible, so in case the browser expand the frame, this will not overlap other contents.But your suggestion still includes the iframes?
Apple does not want multiple scrollbars on the page, that is why they disable the scrollbar of the inline frame.Please correct me, but i some how conclude that iphones don't allow iframes with scrollable function
-
-
- Posts: 20
- Joined: Wed Aug 29, 2018 2:00 pm
Re: problems with text on iphone/safari
Thank you RZ,
It could be! - any chance to test it?
I assume it is an extension i have to buy?
Kind regards Michael
It could be! - any chance to test it?
I assume it is an extension i have to buy?
Kind regards Michael
Re: problems with text on iphone/safari
test the online demo on your phone
pretty simple
pretty simple
-
-
- Posts: 20
- Joined: Wed Aug 29, 2018 2:00 pm
Re: problems with text on iphone/safari
Thank you RZ, your extension solved my issue 
Kind regards
Michael

Kind regards
Michael
Re: problems with text on iphone/safari
glad to know that your issue has been solved and thank you for your feedback