Hi mates. I have problem with webwie in eclipse.
my java activity:
package com.phonegap.helloworld;
import org.apache.cordova.DroidGap;
import android.os.Bundle;
public class App extends DroidGap {
/** Called when the activity is first created. */
@Override
public void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
super.setIntegerProperty("splashscreen", R.drawable.splash);
super.setStringProperty("loadingDialog", "Uygulama
açılıyor...");
super.loadUrl("http://mydomain.com/mobile.php",5000);
}
}
here my splash screen works great and after it loads the url i want.
but after loading url when i click the link.
it opens in android browser.
i want to open links in application not in android browser.
could you help me? how to do this. i could not open links in webview
after splash screen.
--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en