Problems with WRT variables
Hi folks,
developing here in a project I discovered a “bug” in the WRT. When you use the window.location, the variables “device”, “menu” and “widget” are lost. So you cannot use the services for example or persist information using preferenceForKey.
The solution was use the tag iframe.
<iframe src=”page.html”></iframe>
So when you need to use the device , menu [...]