The “pop-up” is swipable and all three elements closes toghether
I tried with Modals but i think i cannot call 3 different modals at the same time or “slice” a modal in three pieces showing different content.
Another option could be using multipleToasts but i can’t put HTML (images, link ecc) into a toast and, afterall, this isn’t the purpose of this kind of Ionic Component.
So, any ideas?
Any kind of help is very appreciated
Don’t know if i understood what you mean. Into a modal i can show a page but i can’t slice it in three piecese, i can only make it smaller or bigger. And anyway i cant show components on top of the modal, i think i could call three little modals but they will be indipendent eachother and i can’t swipe down to close all three togheter.
This really isn’t a ‘modal’ component, but rather a bottom draw component. We had some plans for this that sadly didn’t make it to v5, but hoping to ship it soon.
This is about 10 minutes of hacking… I believe if you use the new ionic animations you can fake it using the out of the box modal functionality… otherwise it is a slide in pane and if you google it there are npm libraries that can support this