Vote count:
0
With a native application, I can use a WebView and it won't care about x-frame-options. However, with an HTML5 app, if I use an iframe, it prevents me from loading a lot of webpages.
How do I implement a web browser interface using HTML5? Is there a non-standard-compliant method by which I can insert an actual WebView instead of an iframe, and/or open arbitrary TCP/IP sockets?
Or do I have to actually build my own version of WebKit that is custom-built to ignore these silly headers, permit loading any content into any iframe like a native app would, and use that to package my application (this would make it several tens of megabytes...)?
asked 2 mins ago
How do I embed a webpage inside an HTML5 app that contains an "x-frame-options" header?
Aucun commentaire:
Enregistrer un commentaire