Android Phonegap - TIMEOUT ERROR when trying to set a WebViewClient
- by Spike777
I'm working with Android and Phonegap, and at the moment I'm having trouble with one simple thing. I need to setup a webViewClient to the PhoneGap webView in order to capture the URL of a page finished and to work with that.
This is the code:
public class PhoneGapTest extends DroidGap {
@Override
public void onCreate(Bundle…