-
Notifications
You must be signed in to change notification settings - Fork 2.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PhoneGap Developer - App does not show latest changes #287
Comments
It takes a little bit for the new changes to update the app now (we changed some things internally). Give it a few more seconds to see if it updates. Over time we should be able to get the speed of the updates back to what they were. |
I'm having same issue on MacOSX + Samsung Galaxy S4, using |
+1 |
@timkim After some tests, if I run When loading, now seems that PhoneGap Developer downloads the entire app in a zip (takes more time to start) There's some way to restore the previous behavior? It was so handy! :-) |
Hrm - well it looks like we have some kinks to work out. Ya, we changed the To restore the previous behaviour would require a downgrade of the app to |
@timkim we have performed some tests with the following configurations:
I am sending some insights, hope those will help:
Hope this helps! Let me know if we can help performing some additional tests if needed. Our team likes PhoneGap (and Cordova) we have active projects using it and indeed the Developer App saves huge amount of time. I'm sure these glitches with the the DevApp update will be solved and this toll will continue to be as fast and smooth as before and better in form of possibilities. You've mentioned downgrade to 1.4.0 - is the previous version available somewhere to get as PG Dev App? |
Additional insight that might be helpful. Noticed that if using MAC and the app is open in BOTH the browser (localhost:3000) and via the iOS Phonegap Developer app, the extraction of the app never crashes and reloads the app preview appropriately. |
@timkim Any progress on this? If not, could you please provide a way to downgrade? Thanks |
+1 |
Hey @flyonthenet @donovan-graham @itwseood, thanks a lot for all of the details! Seriously, it's hard to recreate various environments using various devices, so this kind of testing and reporting helps a lot. I've noticed that #292 is also having issues on an iPhone 5. Referencing it here so that the Github issues link to each other. We'll need to dive into this issue more seriously, since it's not a trivial fix. I totally understand if you need to downgrade in order to get back into dev-mode. We archive all of our releases inside of the repository and you can find the Android releases here. You should be able to install the Android releases as long as third-party apps are enabled on the device. iOS obviously isn't as simple. |
This is what I can report after some days of developing with the new PhoneGap.
Do you think that @rodrigozr Actually I'm using Have a nice day |
Hi, I have auto reload issue in phonegap developer app. If i change css, html or javascript files in project folder, its not updated in developer app, i don't have a line "200 /autoreload" in cmd windows. just i have file changed comments only in cmd windows. please let me know the exact issue & what i should update ? |
I noticed this problem a few weeks ago when I updated to the newest version of PhoneGap, so I waited a few weeks, uninstalled PhoneGap, created a new project, updated the developer app on my phone, and everything still seems broken. This is really disappointing and frustrating as I can't really get the work done I need to. Is there a timeframe on when this will be fixed, or any other updates on the problem? Thanks, |
Hey @jdillon11, Yea, this is a frustrating issue. We've got a patch waiting in the Apple submission queue and we'll release it once it's approved. The patch helps address some reload issues, where the previous content was cached. We're now trying to diagnose the connection (or download error) message that users are seeing. |
Hi all, Our update to fix the autoreload issue should now be up. Please update your app and see if the autoreload feature works for you. |
Hi, I still face problem with HTML not reload. I tried to fixed one issue by modifying the html, turn out it did not work out. So I switch back to the old one, and Phonegap app did not update at all. Anyone facing the same problem? |
I am also still facing this issue from both the CLI and the desktop application from my Mac. The three finger tap and four finger tap also do not work. I am using the most recent version of phonegap. Any updates on this? |
Same issue here! Using CLI on Linux with latest phonegap / cordova / nodejs versions. |
Having the same symptoms as @vrathnam7 - No automatic refresh, no 3/4 tap gestures working. Only way to reload the app is to force quit the Phonegap Developer App and reopen it. I have the most recent version of the Phonegap CLI and Phonegap Developer App as of today (Aug 15, 2015) |
Same here using Mac OS Yosemite, the IOS and Android app (latest versions) |
Hi. I have a similar problem, except that it occurs one one machine only (work) and the app is working fine on another (home). Both computers are running Windows. The client is Android. Any news or workarounds for this problem? |
Same here with Ubuntu + CLI, Phonegap 5.2.1 and latest Android app |
+1 |
+1 |
1 similar comment
+1 |
Hi @jensbits Yes, autoreload should work on other pages other than index.html. Did you include a script reference to cordova/phonegap on your other pages? |
@timkim Yes, I do. So I checked if there was a difference in the code where cordova was referenced and I found this: On the index.html I had:
And, on the other pages, I had this:
After adding Thanks for making me look a little harder. |
This problem happened with me but when I executed the build command with --verbose, the problem was just wrong permissions. So, make sure that the current user that run the command has the permissions to write into the app directory. |
+1 Pretty sure this broke again in a recent build. Cannot auto refresh or use any tap gestures whatsoever. iOS and Android. Testing with default apps created with the desktop app. |
Also broken here when using the current 0.3.4 build from phonegap.com. I have installed on a fresh Mac and iPhone (haven't had Phonegap Desktop/Developer on them before) - and they do not auto refresh the content. Viewing the site in Google Chrome on the desktop auto refreshes properly. |
Same here, IOS. Installed it 5 minutes ago. |
Hi @illiniguy, @jksoegaard, @renalpha, Version 0.3.4 of the desktop app has a bug related to the updated |
Version 0.3.5 of the desktop app has been released |
Installed 0.3.5 an hour ago and for some reason it doesn't see my changes. Do I need to do something else to get my changes to appear? Running the PhoneGap desktop app and using iPhone 6. |
Works for me now with 0.3.5! |
I have had some luck but mostly I have to close the browser or iPhone app, quit PhoneGap and restart for any changes I make. I've tried stopping the app and starting it but so far that hasn't seemed to help. jksoegaard are you seeing the changes work as you save them and are you running the browser or the app? Thank you, tim |
Yes, the display updates as I save the HTML/JS files. It works for me both with the browser and the app. If you have to restart the PhoneGap Desktop program, you're having a different problem than the one I was having. I had to restart the app. |
If I make any change, say add a I get this message
Error:Not found I then have to close everything, restart phonegap and relaunch the browser or app. So I end up having to quit and relaunch about 40-60 times a day making it difficult to test things. I must have a setting wrong it sounds like you don't have the problem. -tim- |
I have phonegap-cli 6.3.0 installed and autoreload on device works only if cordova.js added in html exatly that way:
Any other way is broken |
I had this problem from a web browser after I accidentally ran |
@hellboywar is right for me. EXACTLY LIKE THIS in the index.html works other suggestions do not
|
Mine was broken by the Content Security Policy. Fixed by setting it to something insecure: |
Reloading to work in my case:
My working template repo |
Also, I was wondering if not downloading a ZIP would allow webpack-dev-server to be used directly as a development setup. |
lol, having to write So can this please be fixed in one of the next releases? Writing |
For me, things are running pretty good with latest version of CLI and PhoneGap Developer. |
It's old but it does keep coming back from time to time, I got here via Google because I was having the same issue a few minutes ago :/ My solution was simply moving the folder. |
+1 |
I have the same problem and the simplest solution is to just remove and re-add the platform you are working with. |
@hellboywar Your solution worked for me. Including it like this:
Is required. This is a little annoying because I wanted to require cordova.js as a module with requirejs, but this works for now. If anybody has found a workaround for this with requirejs please let me know! |
Editing index.html with Kate does update the App but if you use Gedit such problem does not exists. |
as nobody said that before .... you should: Including it like this: <script type="text/javascript" src="cordova.js"></script> |
After last PhoneGap update, changes are not automatically transferred to Phonegap Developer App.
We have to close and restart the App to changes take effect.
This is very annoying :-(
Server platform (Phonegap serve): Windows Server 2003
Client: Adroid 5.1 (Nexus 5)
The text was updated successfully, but these errors were encountered: