How should I deal with persisting an Android WebView if my activity gets destroyed while showing ano
- by Shaun Crampton
Hi,
I'm building an Android application that's based around an enhanced WebView (based on PhoneGap). I've enhanced the WebView so that from JavaScript running inside you can invoke the native contact picker to choose a phone number (which may be supplied by Facebook for example).
The problem I have is that the native contact picker runs in an…