Open Hesesses opened 9 years ago
Whats not working? I'm going to need more info to take a look. You you have a codepen or repo that demonstrates the issue? And if so how can I reproduce? What errors are you seeing?
@djett41 the demo looks great, just what i need! (thank you). I'm having the same issue as example above i.e nothing hides.
I'm only using it with "scroll-sista" and also tried "scroll-sista='tabs'". I've tested with "serve" and "ios emulator" Any tips?
PS - I am using infinite scroll.
@Hesesses did yours work eventually? any tips?
@rrubio sometimes it works, but when browsing to another view its not working anymore. Or when coming back to view where it was working its not working anymore...
On Sun, Dec 27, 2015 at 9:29 AM, rrubio notifications@github.com wrote:
@Hesesses did yours work eventually? any tips?
Reply to this email directly or view it on GitHub: https://github.com/djett41/ionic-scroll-sista/issues/22#issuecomment-167390929
@Hesesses weird... mine doesn't work at all. What version of ionic are you running?
Forget all the ionic version 1.2.0, 1.2.1. Scroll-sista doesn't work with them. I always got problem with "scrollTo" property until try it on 1.2.4. It even works properly with 1.1.0 and earlier. That's weird
you have to enable jsScrolling yourmodule.config(function($ionicConfigProvider) { //jsScroll enabling $ionicConfigProvider.scrolling.jsScrolling(true)})
this is a working example using ionic v1.2.4 https://github.com/correasebastian/shrink/
For me it works on browser, but not on a device.. I'm using 1.0.6 version. Any ideas?