79361904

Date: 2025-01-16 14:16:02
Score: 2
Natty:
Report link

Ionic serve does not include live reload. This needs to be configured: https://capacitorjs.com/docs/guides/live-reload

and then use:

ionic cap run android -l --external

Or

if you use VS Code, you can install the ionic plugin and within this plugin there is a button that does all the configuration for you. Make sure to click the life line looking icon, this enables live reload. Then just click the play button.

enter image description here

Reasons:
  • Blacklisted phrase (1): this plugin
  • Probably link only (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: StackOverHoes