Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Responsible HTML5: I can't scroll through the content (iOS 8.1).

Community Beginner ,
Nov 10, 2014 Nov 10, 2014

I generate Responsible HTML5 outputs, that using template "Theme3_Black".

When I browse outputs with mobile Safari (iPhone 5S, iOS 8.1), i can't scroll through the content.

Is that bug?

2.7K
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

LEGEND , Nov 11, 2014 Nov 11, 2014

Ok, this was a little more complicated than I expected. You can fix the issue by adding the following to your Screen Layout CSS:

div.contentholder {

  overflow-y: auto !important;

  -webkit-overflow-scrolling: touch;

}

iframe.wTopic {

  width: 99% !important;

  height: 99% !important;

}

I tested this on iPad mini (iOS 8.1), Chrome on Android (5.0 & 4.4), IE, FF and Chrome.

This fix works for both the Theme3_black as well as the Theme1_standard.

Kind regards,

Willam

Translate
LEGEND ,
Nov 10, 2014 Nov 10, 2014

I haven't really played with the black layout, but I know there's an issue in iOS safari scrolling iFrames. The following should fix it:

In the CSS of the layout add the following:

div.contentholder {

   -webkit-overflow-scrolling: touch;

}


I don't have an iPad handy right now that I can test on, but this fixes it for other sites I work on.


Kind regards,


Willam

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
Nov 10, 2014 Nov 10, 2014

Hi Willam

Thanks for your reply.

I tried method that instructed me, but it didn't work.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Nov 11, 2014 Nov 11, 2014

Ok, this was a little more complicated than I expected. You can fix the issue by adding the following to your Screen Layout CSS:

div.contentholder {

  overflow-y: auto !important;

  -webkit-overflow-scrolling: touch;

}

iframe.wTopic {

  width: 99% !important;

  height: 99% !important;

}

I tested this on iPad mini (iOS 8.1), Chrome on Android (5.0 & 4.4), IE, FF and Chrome.

This fix works for both the Theme3_black as well as the Theme1_standard.

Kind regards,

Willam

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
Nov 11, 2014 Nov 11, 2014
LATEST

Hi Willam

Thank you for taking the time to reply.

I appreciate your kindness.

I was able to scroll through the content when Itried method that instructed me.

Thank you for teaching me !

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources
RoboHelp Documentation
Download Adobe RoboHelp