I am a web developer and have a Windows Sidebar Gadget written in HTML/Javascript. It's very popular (500 000+ downloads) and users are requesting solutions for Windows 8 since gadget support has been removed. Microsoft will also remove the sidebar functionality in Windows 7.
What platform/SDK options are there for substituting a sidebar gadget?
I get all kinds of results from Google but none seems like an obvious choice. Adobe Air seems like a whole new piece of technology that requires a lot of learning. Simplicity is key and it's the main reason why i am so attached to sidebar gadgets.
These are the requirements:
- Runs on Windows
- HTML, Javascript, AJAX based
- Support for no window decoration (no titlebar, minimize- or close button)
- Minimum platform/SDK wrappers
- Ability to read/write xml data to disk
Bonus would be if:
- It also runs on Linux and Mac
- SDK/Platform dependencies could be included in the app package
Super-duper bonus would be if:
- The SDK is supported on handheld devices such as iOS and Android.