I’ve been running into the same issue and for me adding the following to my config.xml file fixed the problem for using live reload on the emulator (still hangs when using live reload on an actual device though):
<access origin="*" />
<allow-intent href="*" />
<allow-navigation href="*" />