Coder Social home page Coder Social logo

Comments (13)

ihadeed avatar ihadeed commented on August 25, 2024 2

This was fixed already. I guess newer versions of Ionic reintroduced the problem. I will check this soon.

from ionic-super-tabs.

ihadeed avatar ihadeed commented on August 25, 2024 1

Thanks for reporting this @karlvd

I experienced this issue before with one of my apps and I thought it was an issue with the framework. Thanks for taking the time to debug it. I will look into it and fix it.

It seems to happen only with the iOS transition btw.

super-tabs-issue29-ios

super-tabs-issue29-md

from ionic-super-tabs.

ihadeed avatar ihadeed commented on August 25, 2024 1

Quick update, this is a bug with the framework and not with this Super Tabs module. I will try to figure out what the issue is and submit a PR to the framework's repo.

from ionic-super-tabs.

karlvd avatar karlvd commented on August 25, 2024

A possible solution/workaround for anyone having this problem is to use Ionic Native Transitions
Ionic Native Transitions
This will animate the whole page when navigating

Navigate to pages
this.nativePageTransitions.slide({direction: 'left'});
this.nav.push(page, params,{animate: false});

Import the navBar in your class
@ViewChild(Navbar) navBar: Navbar;

Override the back button click

ionViewDidLoad() {
    this.navBar.backButtonClick = (ev: UIEvent) => {
      this.nativePageTransitions.slide({direction: 'right'});
      this.navCtrl.pop({animate: false});
    };
  }

from ionic-super-tabs.

timmyrosen avatar timmyrosen commented on August 25, 2024

Any update on this? I'm also experiencing this issue and can't publish until it is solved

from ionic-super-tabs.

ihadeed avatar ihadeed commented on August 25, 2024

@timmyrosen I didn't get a chance to look into this yet. I will post an update here once I figure out what's causing it.

from ionic-super-tabs.

icharge avatar icharge commented on August 25, 2024

Me too. I'm trying latest version.

from ionic-super-tabs.

eltntawy avatar eltntawy commented on August 25, 2024

any update about this...!?

from ionic-super-tabs.

delian7 avatar delian7 commented on August 25, 2024

hey @ihadeed love the plugin however I can confirm that this bug is still appearing as of the latest (4.2.2 version).

animation

from ionic-super-tabs.

ihadeed avatar ihadeed commented on August 25, 2024

@delian7 what version of ionic-angular ?

from ionic-super-tabs.

delian7 avatar delian7 commented on August 25, 2024

Thanks for the quick response, @ihadeed! I'm using version 3.9.2.

from ionic-super-tabs.

delian7 avatar delian7 commented on August 25, 2024

@ihadeed just for planning purposes, any idea of how long this'll take?

from ionic-super-tabs.

giscafer avatar giscafer commented on August 25, 2024

same issue at ionic version3.9.2,use @karlvd solutions

from ionic-super-tabs.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.