i have developed web applictaion in android here i need to show the pop
inside the webview,
i tried in many way when i using window.open means it open on the same
webview or it can load in browser.
i have done the following settings
WebSettings settings = Browser.getSettings();
settings.setSupportMultipleWindows(false);
settings.setJavaScriptEnabled(true);
Browser.setWebViewClient(new WebViewClient());
Browser.setWebChromeClient(new WebChromeClient());
settings.setJavaScriptCanOpenWindowsAutomatically(false);
settings.setBuiltInZoomControls(true);
Browser.requestFocusFromTouch();
but i want show the poplike this do any idea about how to show the popup
in side the webview.
<https://lh3.googleusercontent.com/-YmVjPkl096E/UP6k19dBviI/AAAAAAAAAIE/s1pCg3_NmKI/s1600/z0KQk.png>
--
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