Quantcast
Channel: Ionic Framework - Ionic Forum
Viewing all articles
Browse latest Browse all 49082

Content overlap with ion-refresher

$
0
0

@priand wrote:

This is related to this issue where the ionRefresher overlaps on its right side(#2, https://forum.ionicframework.com/t/issue-with-1-2-x-incl-1-3-0-on-android-4-4/50026). It only happens on Android browsers, with both the default browser and the web component
Use this code pen to reproduce it: http://codepen.io/priand/pen/rLBWyQ. It reproduces with my Samsung tablet, but not from desktop Chrome/FF...
The culprit is the .scroll.overscroll position attribute. If I change it as bellow then it works.

Not sure though if the fix is reliable, as I don't know why the position is set this way. Can someone from ionic help?

overflow-scroll > .scroll.overscroll {
	position: static;
/* original
	position: fixed;
    	right: 0;
    	left: 0;
   */
}

Posts: 1

Participants: 1

Read full topic


Viewing all articles
Browse latest Browse all 49082

Trending Articles



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