On terça-feira, 15 de março de 2016 19:15:03 PDT Larry Martell wrote: > So that led me to these questions: > > -What runs the JS code on the client?
JavaScriptCore, WebKit's JS engine. > -Is there a cache for the JS code and is it the case that 8000/# will > only actually go out on the wire if the routeProvider code is not > present on the client? No cache. > -How can I debug the Angular code? No idea. That's not a Qt question. It's entirely possible that the AngularJS code is at fault here, doing some User-Agent matching (I don't know whether you set an UA or whether the default QtWebKit UA differs from platform to platform). What I'd make sure is that the DOM window.location is the same in all platforms given the same input URL. If that's the same, try to trigger the same requests that you saw in a working environment, using the same JS functions (XML HTTP Requests, whatever). -- Thiago Macieira - thiago.macieira (AT) intel.com Software Architect - Intel Open Source Technology Center _______________________________________________ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest