Hi my GWT application is working fine in PC browser, but RPC communication fails randomly in mobile / iPad browsers. It seems the very first RPC communication success in mobile / iPad but subsequent RPC calls fails. When I checked my server logs no exception at all. I am using Tomcat as server and Apache HTTPD to server static resource. Another observation is when multiple images are being loaded the RPC calls fails in my iPad.
Please help me on this.