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):
Thank you for any help!
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!