Category:Booking Page: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
| Line 40: | Line 40: | ||
== Troubleshooting == | == Troubleshooting == | ||
When a long page inside an <b>iframe</b> changes to a shorter page, the guest viewing the page might be left at the bottom looking at what appears to be a <b>blank page</b>. | When a long page inside an <b>iframe</b> changes to a shorter page, the guest viewing the page might be left at the bottom looking at what appears to be a <b>blank page</b>. Read this help document to learn about solutions for this problem: | ||
[[Scroll_Iframe_to_the_top_of_the_page|Scroll_Iframe_to_the_top_of_the_page]] | |||
Note: Iframes on mobile devices are problematic. Make sure you have following code in the <head>: <meta name="viewport" content="width=device-width, initial-scale=1">. If you use the booking page in an Iframe we recommend you set up a special mobile page for the page where you have embedded the Iframe which opens the booking page in a new page instead of an Iframe. | Note: Iframes on mobile devices are problematic. Make sure you have following code in the <head>: <meta name="viewport" content="width=device-width, initial-scale=1">. If you use the booking page in an Iframe we recommend you set up a special mobile page for the page where you have embedded the Iframe which opens the booking page in a new page instead of an Iframe. | ||