So after trying to make this plugin work in my app, I kinda gave up, and I was coding something else when I figured that if you’re in live reload, the plugin does not work, if you’re not it works…
I usually run my app with
ionic run android -l -c -s
so this doesn’t work, but if I run it with:
ionic run android
bam, works! well it’s good that it works in a more “real life” situation and not the other way around, but it slows down testing quite a bit.
So I’m wondering if I’m alone with this, if it’s intended or if it’s a bug?
not really but I manage to update this and that and make things ever worse… now the files are delivered super slowly I get errors all over the place… I’ll try to sort that up someday, but for now, I code in the browser and when I’m happy, I deploy on my phone!