Keyword
Please note that official support for commercial extensions & templates is provided in the Subscriber Help Desk.
Support requests should ONLY be directed there and require an active subscription plan.
This forum board is to be used for archive purposes and knowledge exchange ONLY.

Display Text at Android Tablet

  • Dietmar
  • Dietmar's Avatar Topic Author
  • Offline
  • New Member
More
9 years 9 months ago #139275 by Dietmar
Display Text at Android Tablet was created by Dietmar
Hi there,
I still have a problem with the display of text (not at all text) on the Android tablet. If you hold the tablet vertically, the text is not shown, you hold it horizontally comes the text. I think it's no a problem with the CSS - because it's the same id: .itemFullText.
You can found it on: www.brconcept.de/index.php/rechtliches/impressum
Can you perhaps tell me where I have to look.
Thanks - Regards, Dietmar

Please Log in or Create an account to join the conversation.

  • Krikor Boghossian
  • Krikor Boghossian's Avatar
  • Offline
  • Platinum Member
More
9 years 9 months ago #139276 by Krikor Boghossian
Replied by Krikor Boghossian on topic Display Text at Android Tablet
It must be an Android only tweak,
can you please tell me on which device it is happening so I can find an emulator?

JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)

Please Log in or Create an account to join the conversation.

  • Dietmar
  • Dietmar's Avatar Topic Author
  • Offline
  • New Member
More
9 years 9 months ago #139277 by Dietmar
Replied by Dietmar on topic Display Text at Android Tablet
Hi, that's interesting. I use the Samsung Galaxy Note 10.1 GT-N8010 with Android 4.1.2

And one more question: is there a setting that allows scrolling the navigation? If the navigation is open and is not completely shown, you can not scroll them.

Please Log in or Create an account to join the conversation.

  • Krikor Boghossian
  • Krikor Boghossian's Avatar
  • Offline
  • Platinum Member
More
9 years 9 months ago #139278 by Krikor Boghossian
Replied by Krikor Boghossian on topic Display Text at Android Tablet
You can scroll inside the menu.
It is not possible for the menu to push down the entire site.

I will look for an emulator and get back to you about the Android issue.

JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)

Please Log in or Create an account to join the conversation.

  • Dietmar
  • Dietmar's Avatar Topic Author
  • Offline
  • New Member
More
9 years 7 months ago - 9 years 7 months ago #139279 by Dietmar
Replied by Dietmar on topic Display Text at Android Tablet
Hello Krikor, i still have the problem - also on desktop computers. The menu did not scroll :(
Can you please send me an tip, how i can do this?

Please Log in or Create an account to join the conversation.

  • Krikor Boghossian
  • Krikor Boghossian's Avatar
  • Offline
  • Platinum Member
More
9 years 7 months ago #139280 by Krikor Boghossian
Replied by Krikor Boghossian on topic Display Text at Android Tablet
Since your header is fixed your menu will remain fixed as well.
You will have to remove the fixed positioning.

JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)

Please Log in or Create an account to join the conversation.

  • Dietmar
  • Dietmar's Avatar Topic Author
  • Offline
  • New Member
More
9 years 6 months ago #139281 by Dietmar
Replied by Dietmar on topic Display Text at Android Tablet
Yes, I know - the navigation and the logo should remain visible while scrolling. Is there a way to up scrolling the menu, even though the header is fixed?

Please Log in or Create an account to join the conversation.

  • Krikor Boghossian
  • Krikor Boghossian's Avatar
  • Offline
  • Platinum Member
More
9 years 6 months ago #139282 by Krikor Boghossian
Replied by Krikor Boghossian on topic Display Text at Android Tablet
Unfortunately there is no way,
The menu would be to be rebuilt from scratch.

This menu calculates the document's height and this causes it not to scroll if you set the position to fixed.

You can try to set the height based on the window's height instead of the document's as a starting point.

In behaviour.js this line calculates the height:
var $height = $(document).height();

You can change it to:
var $height = $(window).height();

JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)

Please Log in or Create an account to join the conversation.


Powered by Kunena Forum