Jan
Jan
I think so
Now I really found a workaround for this thanks to JB on [disqus](https://disqus.com/home/discussion/devdactic/how_to_build_ionic_2_tinder_cards_using_angular_2_swing/#comment-3007355539). Have a look at his solution using z-index and appending elements to the front of the card...
You're welcome @tobiasmuecksch Since this feels a bit "hacky" and I'm not sured if this will be fixed/implemented in the future I searched for an alternative and found [ng2-swipe-cards](https://github.com/ViCode/ng2-swipe-cards) which...
Sure: I am running it using the Ionic Framework on Android and in Browser Page resolution should be around 375*667 Element on page: ```HTML ``` Code: ```TypeScript public attendants: Array;...
The problem still occurs but there are no errors in the console. But I get these errors while updating/installing the new version via npm ```BASH npm WARN [email protected] requires a...
I just updated to 1.0.10 and it still happens :l But I found out that my other code (not belonging to the cards) is throwing some errors, maybe these mess...
I tested it on an empty page without any other errors now but it's still happenning. But when loading the page now this is logged in console for each card:...
For the blank page I have the following code: HTML: ```HTML {{ 'chats.title' | translate }} ``` TypeScript: ```TypeScript import {Component, EventEmitter} from "@angular/core"; import {DomSanitizer} from "@angular/platform-browser"; @Component({ selector:...
Rebuild it with plunkr and it works fine. Must be caused by the Ionic Framework then, I guess? https://embed.plnkr.co/k8Kj2OOV4BnmOV5OJsfZ/
First of all, sorry for the "spam" I just created a clean Ionic Project and the bug occured again. Must be because of the Ionic Framework then. Are you familiar...