Hi,
I did some experiments with iframe and frameset, but the wrt seems to butcher the webpages. I guess for security reasons.
Is there any way to force 'normal' 'unsecure' behavior?
Hi,
I did some experiments with iframe and frameset, but the wrt seems to butcher the webpages. I guess for security reasons.
Is there any way to force 'normal' 'unsecure' behavior?
Hi,
Frameset is not the recommended to be used in WRT widgets, but iframe should work. What error message do you get and in what circumstances?
Br,
Ilkka
The widget is basically the following:
You can get it under http://eve-c.org/amdCode:<!DOCTYPE html> <html> <head> <meta name="viewport" content="width=device-width, minimum-scale=1, maximum-scale=1"> </head> <body> <iframe src="https://mobile.twitter.com/" security="unrestricted" id="if" name="if" title="if" width="100%" height="100%" scrolling="auto" frameborder="0"></iframe> </body> </html>
It opens the initial site very well but then fails to open any further pages (the login page, e.g.). It returns the browsers standard "not found/no connection" page.
Hi,
Thanks for the example code.
What device are you using? The code you provided works nicely with Browser 7.3 and 7.4
Br,
Ilkka