-
Notifications
You must be signed in to change notification settings - Fork 3
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
Scaffolding on Android #16
Comments
The problem is linked to the fact you try to contact localhost. baseURL: "http://localhost:8080/${project}/", To see what is happening you will have to use the debugger in the browser So just put the ip address of your server instead and this should do the On Wed, Oct 23, 2013 at 5:42 PM, fcavola [email protected] wrote:
Best regards, |
Thank you Fabrice. |
In addition. |
What did you put in your server url in configuration-bootstrap.js (it The 10.0.0.2 is for the emulator on localhost. On Thu, Oct 24, 2013 at 12:07 PM, fcavola [email protected] wrote:
Best regards, |
baseURL: "http://10.0.100.70/TestHtml5/" Maybe some settings on tomcat (localhost vs IP) ? |
Could y ou send me the code or put it on github ?
|
Sure, can you give me your mail address? |
On Thu, Oct 24, 2013 at 3:27 PM, fcavola [email protected] wrote:
Best regards, |
Hi.
About your tutorial (only web app with scaffolding, after run-app, not again hybrid application) there are some device limitation with a simple application? (Book example)
When i try from my desktop it is ok.
When i try from my android or ipad touch and try to "add book" nothing happens.
No log in output. How can I debug or trace ?
Thank you in advance.
The text was updated successfully, but these errors were encountered: