ionic-scroll-sista icon indicating copy to clipboard operation
ionic-scroll-sista copied to clipboard

Not working

Open Hesesses opened this issue 10 years ago • 7 comments
trafficstars

For me it works on browser, but not on a device.. I'm using 1.0.6 version. Any ideas?

<ion-view view-title="Preview" can-swipe-back="false" hide-back-button="false" cache-view="false">
    <ion-nav-title>Preview</ion-nav-title>
    <ion-nav-buttons side="secondary">
        <button class="button button-icon button-clear ion-checkmark"></button> 
    </ion-nav-buttons>


    <ion-content scroll-sista="header-tabs-subheader">

        <content here>

    </ion-content>
</ion-view>

Hesesses avatar Sep 30 '15 12:09 Hesesses

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 avatar Oct 12 '15 06:10 djett41

@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.

rrubio avatar Dec 26 '15 07:12 rrubio

@Hesesses did yours work eventually? any tips?

rrubio avatar Dec 27 '15 07:12 rrubio

@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 [email protected] 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 avatar Dec 27 '15 09:12 Hesesses

@Hesesses weird... mine doesn't work at all. What version of ionic are you running?

rrubio avatar Dec 31 '15 13:12 rrubio

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

mrhieu avatar Jan 06 '16 03:01 mrhieu

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/

correasebastian avatar Mar 01 '16 18:03 correasebastian