Announcement

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

    htmlPane doesn't open google.com, also on live showcase

    Code:
    htmlPane.setContentsURL("http://www.google.com/");
    shows empty content in Chrome. Looking at the developer console it seems that it is not able to manage the redirects.
    Last edited by bebo; 11 Aug 2013, 06:56.

    #2
    I found out that the reason is that google send an header X-Frame-Options: SAMEORIGIN

    (http://stackoverflow.com/questions/8700636/how-to-show-google-com-in-an-iframe)

    Comment


      #3
      This is a sample issue, not a framework issue, and the sample has already been adjusted to use a different site in the latest build.

      Comment

      Working...
      X