BrunoLM
BrunoLM

Reputation: 100331

How to display an image from Ionic native image picker with --livereload?

I'm using this to display an image: How to display an image from Ionic native image picker?

It is working when I deploy to the device without --livereload flag. But when I'm using live reload the image does not show up. Happens on both Android and iOS.

Is there a way to fix it for live reload as well?

Upvotes: 0

Views: 79

Answers (1)

Ivas
Ivas

Reputation: 311

This is an ongoing issue with ionic-CLI. There is still no fix. You can use browsersync instead for your implementation.

npm install -g browser-sync

Upvotes: 2

Related Questions