Hi,
I'd also like the feature to be able to specify screen resolution (Audrey is 640x480).
You can use any resolution you want. Generic Web Device controls actually an Orbiter (called Generic Proxy Orbiter), which has almost the same options like any other orbiter. You should see it on Orbiters page too, so you can change the resolution, skin, ui, etc.
... but clicking on any button doesn't do anything - obviously connected with Javascript limitations... Do you intend to work on some more simplified web interface for more limited devices ?
Right, the issue seems to be javascript related. Here's a simple java script page. Let's see if this one works:
<html>
<body>
<div width="100%" height="100%" onClick="alert('on Click event')">Click me</div>
</body>
</html>
Please let me know if it works so we can try something more complicated like capturing pointer coordonates and so on.
Best regards,
Chris M.