Confirmed users
209
edits
No edit summary |
|||
| Line 1: | Line 1: | ||
== Hybrid Widget Model == | |||
Hybrid Widget Model means homescreen has more power and responsibilities. A homescreen app may manage and host widgets in itself no longer needing system app's support, unlike 2-layered widget model. All apps opened by homescreen app are still managed and hosted by system app. | |||
=== Limitations === | |||
* Users cannot have multiple instances of the same widget with different configurations (need new API support) | |||
* A widget cannot open new screen, excepting using mozApps.getSelf().launch() | |||
== Prerequisite == | == Prerequisite == | ||