WidgetInfo

WidgetInfo calls and usage


Introduction


Hooks into iWidgets to provide battery, ram, music, calendar events, reminders from reminders app, and weather directly from iOS. It does this by injecting global variables which are listed in the ExampleWidget. When said info is updated it will call a main function mainUpdate(type) the parameter passed describes what info was changed and therefore a developer can update those dom elements without the need for timers. Widgets must use the methods shown in the ExampleWidget to receive this info. This will not automatically fix old widgets.

Example widgets are on the github address above.

Also hooks into iWidgets popup menu. If an iWidget contains an image named preview.jpg when you go to appy a widget if you tap hold it will show that image. Giving you and idea of what the widget looks like. Video

Multiple Free iWidgets that use WidgetInfo.