Hello!
I’ve been trying to add leaflet to my Ionic application. But as I understand several people are having trouble with this. Specifically that the CSS file doesn’t get imported right. This is turn makes the map broken with tiles not showing right.
I’ve been trying the npm install, both leaflet and @types.
Importing directly to both my mapPage and/or the index.html file with leaflet directly in assets folder. Both with and without the npm installed.
The @import / sass.config.js file.
This is basically what I’ve found on the net. When it feels like it gets the CSS file, the whole page just gets blank. I’m out of ideas now and just removed everything leaflet-related. I hope someone out there is the saviour I need!
/Daniel