Home News Contact Us Forum About Us Demos Products F.A.Q.
Shopping Cart
You currently have 0 items in your cart.


Recent Events
  • 31/12/2023 New Year SALE

    We are glad to announce New Year SALE. 25% discount for all our extensions. Use NY24 coupon code. Hurry up the discount is valid till 7 January.

  • 21/11/2023 BLACK FRIDAY 23 is coming

    BIG SALE, 35% discount for all our extensions. Use BF23 coupon code. Hurry up the discount is valid till 27 November.


2Checkout.com, Inc. is an authorized retailer of goods and services provided by ARI Soft. 2CheckOut




Follow us on twitter



Welcome, Guest
Please Login or Register.    Lost Password?

Scroll on IOS and Android not working
(1 viewing) (1) Guest
Go to bottomPage: 12
TOPIC: Scroll on IOS and Android not working
#54734
Scroll on IOS and Android not working 8 Years, 11 Months ago Karma: 0
I have this module and the following plugins installed on my J! 2.5 site:
  • ARI Sexy Lightbox v 1.11.5

  • System - ARI Extensions v 1.1.1

  • System - ARI Sexy Lightbox v 1.10.4

  • System - ARI Sexy Lightbox Anywhere v. 1.10.14


I am trying to get the inline content to scroll on android and IOS phones. It doesn't. For example, I have the plugin System- ARI Sexy Lightbox Anywhere published and the following inserted into my article. It scrolls on desktops but not on phones or tablets. PLEASE ADVISE

Code:

{arisexylightbox activeType="icontent" width="65%" height="60%" title="Test 1"} 
{link}<img src="images/stories/news/2015/05/test_1.gif" border="0" alt="Test 1" />{/link} 
{content}
<p> Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec eu bibendum est. Duis eu tincidunt justo. Aenean gravida posuere fringilla. Aenean id tellus ac diam placerat viverra vitae vel lorem. In hendrerit placerat eros quis molestie. Sed et purus et diam tincidunt porta. Phasellus lacinia aliquam tincidunt. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas.
</p><p>
Vestibulum vitae porttitor ante. Nullam laoreet consectetur arcu sodales vestibulum. Donec id ligula pulvinar, hendrerit massa sit amet, sodales lorem. Sed fermentum massa sit amet aliquam pretium. Sed a elit in massa ultricies accumsan euismod ac justo. Quisque tincidunt odio rhoncus, consequat quam id, aliquet dolor. Nam elit est, efficitur non arcu sed, gravida porttitor lacus. Phasellus placerat metus eros, at lacinia lorem aliquam consectetur. Sed venenatis velit a lacus dignissim convallis. Integer sed tortor scelerisque, accumsan ex nec, convallis purus. Etiam vehicula justo vitae nunc semper, sed finibus felis facilisis. Vestibulum vel ante dolor. Phasellus suscipit congue molestie.</p>
{/content} 
{/arisexylightbox}

Last Edit: 2015/06/01 17:01 By diabolka.
The administrator has disabled public write access.
 
#54739
Re:Scroll on IOS and Android not working 8 Years, 11 Months ago Karma: 747
Hello,

Could you send a link to a page where the problem occurs?

Regards,
ARI Soft
The administrator has disabled public write access.
 
#54740
Re:Scroll on IOS and Android not working 8 Years, 11 Months ago Karma: 0
It is inline content.
Last Edit: 2015/06/02 18:46 By diabolka.
The administrator has disabled public write access.
 
#54752
Re:Scroll on IOS and Android not working 8 Years, 10 Months ago Karma: 747
We have tested scrolling in Google Chrome browser on an Android device and it is working fine.

For iPhone, try to add the following CSS rule to a site template CSS file:

#SLB-Image {overflow-y:scroll!important;-webkit-overflow-scrolling: touch!important; }

clean browser's cache and use the following meta tag:

Code:


  <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" />



instead of:

Code:


  <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0" />



in index.php file of site template.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#54753
Re:Scroll on IOS and Android not working 8 Years, 10 Months ago Karma: 0
I have tested it on two Android devices using Chrome and the content in the lightbox does not scroll.
The administrator has disabled public write access.
 
#54754
Re:Scroll on IOS and Android not working 8 Years, 10 Months ago Karma: 0
Put the code in and still nothing on an iPad for content scrolling once the lightbox pops up.
The administrator has disabled public write access.
 
Go to topPage: 12