Thank you for reporting this bug. We will make it our priority to review this report.
-
Sencha User
Senchatouch 1 project not working in localhost
We are using sencha touch in our project. We used to test application locally in chrome browser. It was working fine till last year and suddenly stopped. It is giving number of issues in console all pointing to sencha-touch.js with stack trace to project files. When I deploy the same code in webserver in remote machine and try to test in chrome browser, it works. Is there any difference in calling services through proxy in localhost?
-
When testing locally, are you still using a web server?
-
Sencha User
Gary! Locally I am pointing to local host. I have deployed my application code to local tomcat server. When pointing to remote webserver most of the functionalities working but with localhost it fails.
-
Is your remote server running tomcat as well? Any clues in the local server log?
-
Sencha User
Remote server is also tomcat... There is no specific log in local server. Other strange behavior is that same code works in device and xcode but not in chrome browser which was working earlier. I am just wondering if it is browser support issue