It looks like you're new here. If you want to get involved, click one of these buttons!
I'm working on some improvements to my iOS-style action sheet and badge sample code. The badge is pretty straightforward, but I'm not happy with the action sheet, because it's really just a "slide-up" animation that takes up the full screen. What I'd really like to do is the following:
I think I'm going to give up on the "action sheet" idea--a popup accomplishes 90% of what I need here. The more critical bits are the badge (this will allow me to avoid going to native stuff such as Phonegap plugins), and I've made significant improvements there--I'll submit a pull request soon.