Hi.. here is my java activity code. android applicaton can not go in 
webwiev after loading url.

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 read all the topics about this but could not resolve the problem.

-- 
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

Reply via email to