Forum Discussion
how to create public iframe on website but optimized for mobile version
- 6 years ago
They have created two reports.
For mobile-specific report they have used custom resolution (Page-size)
Then they have embedded the report into their site and based on the screen resolution they are interchanging the actual URL.
Did I answer your question? Mark my post as a solution!
Appreciate with a kudos 🙂 - 6 years ago
Since they are using custom page size, I don't know the exact values. But you can follow the normal mobile resolution 800x480 (16:10).
Then increase the height based on your requirement. Then you will get scroll bar in mobile, but vertical scroll bar is normal in mobile view.
Did I answer your question? Mark my post as a solution!
Appreciate with a kudos 🙂
Since they are using custom page size, I don't know the exact values. But you can follow the normal mobile resolution 800x480 (16:10).
Then increase the height based on your requirement. Then you will get scroll bar in mobile, but vertical scroll bar is normal in mobile view.
Did I answer your question? Mark my post as a solution!
Appreciate with a kudos 🙂
thank you I lean more for the vertical position of the mobile since it is the most used, so how would be the code html to use for switch links interchange
thanks