You need to be logged in to post in the forum - Log In

An active JCE Pro Subscription is required to post in the forum - Buy a Subscription

  Monday, 09 February 2015
  4 Replies
  25.1K Visits
Hello,

Newest JCE.
I inserted with iframe plugin a link, but on ipad/iphone i don't see a internal scrollbar (so i can't go to under). On pc there is no problem. I set scrolling to Yes (or auto).


Regards Michel
more than a month ago
·
#80127
Accepted Answer
This is not an issue with the iframe, but how iOS renders it. Check whether the iframe scrolls when you swipe up/down with 2 fingers. If it doesn't you add to add some additional markup and css, eg:

Wrap the iframe in a div, eg:

<div class="iframe-container">
// iframe code here
</div>


Then add the following css to your template stylesheet:

.iframe-container {
overflow:scroll !important; -webkit-overflow-scrolling:touch !important;
}

Just because you're not paranoid doesn't mean everybody isn't out to get you.

more than a month ago
·
#79977
There doesn't appear to be a popup on the page you have linked to. Have you removed it?

Just because you're not paranoid doesn't mean everybody isn't out to get you.

more than a month ago
·
#80124
Hello Ryan,

It's not a popup, but a iframe. The iframe is under the line: Klik hier van de knzb te kijken of hieronder.

See attachment.

Regards Michel
more than a month ago
·
#80127
Accepted Answer
This is not an issue with the iframe, but how iOS renders it. Check whether the iframe scrolls when you swipe up/down with 2 fingers. If it doesn't you add to add some additional markup and css, eg:

Wrap the iframe in a div, eg:

<div class="iframe-container">
// iframe code here
</div>


Then add the following css to your template stylesheet:

.iframe-container {
overflow:scroll !important; -webkit-overflow-scrolling:touch !important;
}

Just because you're not paranoid doesn't mean everybody isn't out to get you.

more than a month ago
·
#80130
There are issues with PDF display in iOS 8 - https://discussions.apple.com/thread/6544471?start=0&tstart=0

Just because you're not paranoid doesn't mean everybody isn't out to get you.

  • Page :
  • 1
There are no replies made for this post yet.
Be one of the first to reply to this post!