This is a migrated thread and some comments may be shown as answers.

Make IFrame Scrollable and Zoomable inside ModalView

1 Answer 113 Views
ModalView
This is a migrated thread and some comments may be shown as answers.
Chico
Top achievements
Rank 1
Chico asked on 31 Jul 2013, 06:32 PM
Hi,

I need to make the iframe scrollable and zoomable inside the ModalView and I am not having any success on an iPad. I even tried data-zoom=true etc did not work.

Please see the code below (does not work on an iPad):
<div  data-role="modalview" id="popup-window" data-width="900" data-height="600" data-modal="false">
    <iframe src="http://www.apple.com" style="width:900px;height:600px"></iframe>  
</div>

Thank you for any help!

1 Answer, 1 is accepted

Sort by
0
Petyo
Telerik team
answered on 01 Aug 2013, 08:09 AM
Hello Christian,

iframe elements have certain security (and feature) limitations when displayed in iOS. Using zoom can't  work, as the touch events are handled from the document loaded in the iframe. 

Regards,
Petyo
Telerik
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
Tags
ModalView
Asked by
Chico
Top achievements
Rank 1
Answers by
Petyo
Telerik team
Share this question
or