Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    window.open in galaxy tab

    This is outside of Smartclient but I wanted to see if I could possibly get some input.

    I am calling window.open("cwf/d"+fileName, '','toolbar=0,scrollbars=1,resizable=1');
    I've noticed that when executing this js in android default browser, I get two requests - one from the browser, and the other from the androiddownloadmanager.

    Has anyone encountered this before?

    First Request:

    Code:
    
    GET /cwf/d/cwf/order354575034.pdf HTTP/1.1
    Host: 192.168.11.152:8080
    Connection: keep-alive
    Referer: http://192.168.11.152:8080/cwf/order
    User-Agent: Mozilla/5.0 (Linux; U; Android 3.1; en-us; GT-P7510 Build/HMJ37) AppleWebKit/534.13 (KHTML, like Gecko) Version/4.0 Safari/534.13
    Accept-Encoding: gzip,deflate
    Accept-Language: en-US
    Accept-Charset: utf-8, iso-8859-1, utf-16, *;q=0.7
    Cookie: JSESSIONID=x7rvmiz32u1o; GLog=%7B%0D%20%20%20%20left%3A0%2C%20%0D%20%20%20%20top%3A56%2C%20%0D%20%20%20%20width%3A479%2C%20%0D%20%20%20%20height%3A1078%2C%20%0D%20%20%20%20priorityDefaults%3A%7B%0D%20%20%20%20%20%20%20%20Log%3A4%0D%20%20%20%20%7D%2C%20%0D%20%20%20%20defaultPriority%3A3%2C%20%0D%20%20%20%20trackRPC%3Anull%0D%7D
    Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
    Second Request:
    Code:
    GET /cwf/d/cwf/order354575034.pdf HTTP/1.1
    Cookie: JSESSIONID=x7rvmiz32u1o; GLog=%7B%0D%20%20%20%20left%3A0%2C%20%0D%20%20%20%20top%3A56%2C%20%0D%20%20%20%20width%3A479%2C%20%0D%20%20%20%20height%3A1078%2C%20%0D%20%20%20%20priorityDefaults%3A%7B%0D%20%20%20%20%20%20%20%20Log%3A4%0D%20%20%20%20%7D%2C%20%0D%20%20%20%20defaultPriority%3A3%2C%20%0D%20%20%20%20trackRPC%3Anull%0D%7D
    Host: 192.168.11.152:8080
    Connection: Keep-Alive
    User-Agent: AndroidDownloadManager
Working...
X