Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Not A Problem
-
None
-
None
-
None
Description
There is currently no upper limit on the size of a widget, however I can see that most platforms will want to set an upper limit so that the widget will fit within it properly.
For the most part I imagine that platforms will handle this natively (i.e. not try to create iFrames larger than the parent) but it may be useful to have some capability to do this automatically either in the connector framework or in the parser.
This came to my attention via:
http://developer.vodafone.com/develop-apps/widgets/getting-started/multipage-code-notes/
This sets height/width to 9999, presumably to enforce a fullscreen viewmode.