This content has been marked as final.
Show 3 replies
-
1. Re: LiveReload does not work with CordovaSim
ibuziuk Oct 19, 2015 7:30 AM (in response to degger.wicaksono)1 of 1 people found this helpfulHey, Degger
There is a known issue coupled with Content-Security-Policy meta tag, which prevents LiveReload injection:
<meta http-equiv="Content-Security-Policy" content="default-src 'self' data: gap: https://ssl.gstatic.com 'unsafe-eval'; style-src 'self' 'unsafe-inline'; media-src *">
Basically, you should simply remove it to make LiveReload work with CordovaSim:
More details can be found here:
1) JBoss Tools - CordovaSim FAQ
2) https://issues.jboss.org/browse/JBIDE-20757
Hope it will help you
-
2. Re: LiveReload does not work with CordovaSim
degger.wicaksono Oct 23, 2015 8:41 PM (in response to ibuziuk)Wow worked like a charm
thank you
-
3. Re: LiveReload does not work with CordovaSim
ibuziuk Oct 26, 2015 5:13 AM (in response to degger.wicaksono)You are most welcome ;-)