Coder Social home page Coder Social logo

Comments (5)

jakamusic avatar jakamusic commented on May 19, 2024

I investigated some more and noticed that before the .present() function is fired successfully this is the content of the pane variable:
Screenshot 2020-05-03 at 20 49 10

And before the .present() is fired unsuccessfully, this is the content of the pane variable:
Screenshot 2020-05-03 at 20 49 25

Note: on each page I create an element with different ID (also tried with class) so I am registering different elements (new CupertinoPane('#busko__qs-' + this.componentName, this.settings);)

from panes.

roman-rr avatar roman-rr commented on May 19, 2024

@jakamusic Thanks for issue.

  1. Update pane package to latest version and try again. Issue still exist ?
  2. You gonna use one Pane in different ionic pages ? Each ionic page have own controller, and if you create Pane class in one controller it's should exist in other page controller. That's why you need declare class and .present() again in other page and it's create new Pane class.
    But, if you need to use one Pane in few pages, you can add html into main app.component.html template, and create new service. In this service declare Pane class, and use in each pages Pane methods from this service.

If my suggestions doesn't solve your issue, please provide code in some of sample repository, and i will complete it for you.

from panes.

jakamusic avatar jakamusic commented on May 19, 2024

Thanks for the reply. I have the latest version installed. What I have is the same drawer but on three different pages, where I can navigate from one to another at any time.

So, basically I have tested now a couple of options.

  • If I just have it initialised with with the same class on all three pages, I get the error immediately. - If I initialise them with different classes on each page, the error will occur when navigating to a page again, after I was already on it at some point.

I have created a sample Ionic project that demonstrates the issue: https://github.com/jakamusic/cupertino-pane-test

from panes.

roman-rr avatar roman-rr commented on May 19, 2024

@jakamusic
In your repo html element only in tab1.page.html

On Tab1Page element successful created, then on Tab2Page, Tab3Page you trying initialize new pane classes, but html elements doesn't exist.

If you want using 3 different panes in each tabs:
Add elements with unique selectors to all tabs html

If you want using 3 different panes with same selector
Add elements to all tabs html with class cupertino-pane. On ngOnDestroy call method .destroy() to utilize pane correctly.

If you want use one pane in all 3 pages
Initialize it once on Tab1Page, with higher parent container. In Tab2Page, Tab3Page use referencies from PaneService

Check my updates in repository you provided 🎉

from panes.

jakamusic avatar jakamusic commented on May 19, 2024

Yes, that does it! Thanks for your time and help! I'll leave the repo active, in case anyone will encounter the same issue.

from panes.

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.