200
Views
7
Comments
Iframe
Question

I am using Iframe in mobile app to render a webpage. But I am unable to display the full page. I have tried different css properties but to no avail. Vertical scroll is there but no horizontal scrolling. Any suggestions.


2026-02-26 06-29-24
Rahul
 
MVP

Hi Guarav,

Can you provide oml.

you need to add css on div height:100% and add iframe inside to div.



Regards

Rahul Sahu

UserImage.jpg
Gaurav Pandey

Rahul Sahu wrote:

Hi Guarav,

Can you provide oml.

you need to add css on div height:100% and add iframe inside to div.



Regards

Rahul Sahu

I have shared the oml.


TestIframe.oml
2021-01-04 08-13-48
Toto
 
MVP

Hi Gaurav,


I have seen the oml, maybe you could try to put width and height directly on the attributes, and not in the css like your oml.


Thanks

UserImage.jpg
Gaurav Pandey

Toto wrote:

Hi Gaurav,


I have seen the oml, maybe you could try to put width and height directly on the attributes, and not in the css like your oml.


Thanks


  I have tried that already. It is still not working.

2021-01-04 08-13-48
Toto
 
MVP

Hi,


Sorry just get it what you ask, you want the scroll bar to visible right ?

If you generate the native apps, you can drag it like it have scroll.


Thanks

UserImage.jpg
Gaurav Pandey

Toto wrote:

Hi,


Sorry just get it what you ask, you want the scroll bar to visible right ?

If you generate the native apps, you can drag it like it have scroll.


Thanks

Yes, I have been testing it on mobile itself. I have already generated native apps. But I am only able to scroll up and down and not left and right. Due to this only half page is rendering on screen and I am unable to view the other half.

Thanks


2021-01-04 08-13-48
Toto
 
MVP

Hi Gaurav,


Yes, I tested using your page, and it cannot scroll. But if I try with wikipedia.com, I can view the scroll.

This is my guess, try to put on your report page (the one that you want to put on the iframe) a fix height and width (not using percent).


Gaurav Pandey wrote:

Toto wrote:

Hi,


Sorry just get it what you ask, you want the scroll bar to visible right ?

If you generate the native apps, you can drag it like it have scroll.


Thanks

Yes, I have been testing it on mobile itself. I have already generated native apps. But I am only able to scroll up and down and not left and right. Due to this only half page is rendering on screen and I am unable to view the other half.

Thanks




Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.