I have a PhoneGap project set up for iPhone, Android and WP8.
To refresh the content of the UIWebView I'd like to offer pull-to-refresh functionality to the user.
Due to other restrictions I can't use a JavaScript-solution like iScroll.
Is there a way to use native pull-to-refresh functionality that reloads the current content of UIWebView?