-
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
Problem with phonegap serve
#272
Comments
Hi @Chener What device are you using to test the PhoneGap Developer app with? It seems strange that it would work for one but not the other. The PhoneGap Desktop App and the PhoneGap Developer App both use |
@timkim One is Android 4.4.2 with Samsung Note 3, another one is Android 4.2.2 with Galaxy S4. |
Hrm, well I just tested your repo: https://github.com/Chener/tlyblOA and used Can you do |
@timkim As I am in China, I can not access the Google Play, so I had to search the web to download this app, would you consider hosting the app on your website for people like me ? |
@timkim I just retested, still the same results. If using with Phonegap Developer App, sometimes the camera would not function well. I had to just wait until it worked... (may need to wait until profile photos loaded or active other APIs such as location first) |
Ok, so your Here are the steps:
If you still can't get that to work, then you could downgrade your |
@timkim Thank you for your help! I am going to try that out. |
Let me know how it goes! If all else fails, I guess I can put up the apk file somewhere so you can just grab it. Also, as noted in another thread, the camera api is kinda broken in the PhoneGap Developer App. It should be able to take a picture but getting the actual picture back from the camera won't work. |
@timkim Hi, it all works, well partly. |
@timkim One other thing, Phonegap Develop App still does not support cookie, does it? While the same code built by Phonegap Build supports cookie ? |
@timkim I changed the code address, it is here now.
With Phonegap Developer App, acting as the following:
With real App built with Phonegap Build, the results are:
Thank you for your time! |
The cli command
phonegap serve
should have some issues.When I use
phonegap serve
to deploy and open Phonegap Developer App to test my app, it first shows a dialog with "gap-init:2" then output the following errors info:However , if I use Phonegap Desktop App then deploy the app created by it, everything works fine. I also tried first create by cli
phonegap create myApp
then import myApp into Phonegap Desktop App and deploy it with Desktop App, still great. Then, guess you already know it, tryphonegap serve
the app created by Phonegap Desktop App, it gets the errors above.I should be using the latest version. I guess it is somehow related to Phonegap Developer App, so here it is.
The text was updated successfully, but these errors were encountered: