Tommertom
Tommertom
Using ionic-svelte package. Demo - ionicsvelte.firebaseapp.com UI component library for cross platform mobile app with a native feel. Happy to create one - kindly advise which template to use best.
Hey there, Looking to rebuild ionic-svelte - I want to get rid of some of the blocking bugs with overlays, remove code that duplicates @ionic/core and make it easier to...
When having a page with ion-content and doing a modal with another ion-content, the view will be totally messed up. So need to look into ion-content - is there something...
See https://discordapp.com/channels/520266681499779082/1049388501629681675/1102144281692622989 Using href or a goto in tab1 to go to tab2 via the router, does not trigger a render of tab2. The tabbar does not get triggered by...
Some of the methods in platfom.ts are incomplete. as well as typings missing.
Superforms works nicely. Just if you want to spread the constraints, the typescript will throw a fit... And you need to use your own change handler to change the value,...
Ionic events are not properly showing in the IDE. While better typing was implemented (see https://github.com/ionic-team/ionic-framework/issues/26747) - it stil yields typescript errors. You can ignore them, but it isn't as...
https://github.com/Tommertom/svelte-ionic-npm/issues 9 known issues with the ionic-svelte integration: * ~how to import without typescript~ * ion-nav-link component * ion-back-button needs explicit href to show * ion-nav multiple push does not...
I had to i`mport { AngularMasonry,AngularMasonryBrick } from 'angular2-masonry';` in app.module.ts in order to make it work. See: https://github.com/Tommertom/ionicmasonry Thx anyway for the work done!!
Somehow after a large number of reloads random strange errors popup after the rebuild causing the app not to launch No clue yet what this causes (memory leak?). Workaround is...