Quantcast
Channel: Ionic Forum - Latest posts
Viewing all articles
Browse latest Browse all 228595

Having problems with ion-scroll in 1.2.1

$
0
0

Try adding overflow-scroll="false" as shown below. When they released 1.2 they switched to native scrolling so if you need javascript scrolling anywhere you need to add the overflow.

<ion-scroll zooming="true" direction="xy"
        delegate-handle="zoom-pane"
        class="zoom-pane"
        min-zoom="1"
        scrollbar-x="false" scrollbar-y="false"
        ng-click="closeImgModal();"
        overflow-scroll="false">
<img ng-src="{{imageSrc}}" >
</ion-scroll>

Viewing all articles
Browse latest Browse all 228595

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>