-
Notifications
You must be signed in to change notification settings - Fork 21
Phonegap developer app not updating when making changes #7
Comments
Yeah, sorry... that is a use case I am trying to find a solution for. I am working on a rewrite of the developer app and I am hoping we can come up with a way to support hot loading servers in it. At the moment, it's not really supported :( |
I take it ALL back. @gopinath0332 I have figured out the problem! I was thinking after I posted that answer... "wait... why wouldn't that work?" It seems it's a combination of a "bug" in the template causing the streaming of the project not to be able to update the app on the fly. Try this: In your index.html, change
to
That should allow |
Yes done that. After the change, web browser is not refreshing automatically. I see you have committed the changes. So tried with new template also. still not working |
Hrm. That is odd. It worked fine when I tested it. I'll reopen and do some more testing. |
I tried to do same setup. I achieved setup here. But there is one drawback, which is I couldnt use "require('react')". When i include , only browser is updating, where as phonegap developer app shows white screen. I have work around for this issue. Can you help me on this issue ? |
First i wanna thank for the template. I have been trying to do this setup for past 1 day and found out this template, really helpful.
Issue:
The issue is when i run template with "webpack -w | phonegap serve", change i make in Hello.js, it reflecting only in web browser and where as phonegap developer not is not updated.
Can you let me know how to update developer app with my changes ?
The text was updated successfully, but these errors were encountered: