Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6046697
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T07:16:10+00:00 2026-05-23T07:16:10+00:00

I use the sample provided by Google for demonstrating two way communication between JavaScript

  • 0

I use the sample provided by Google for demonstrating two way communication between JavaScript and Java ,

ref[1]:

http://code.google.com/p/apps-for-android/source/browse/trunk/Samples/WebViewDemo/src/com/google/android/webviewdemo/WebViewDemo.java

The functionality is working fine. I am able to call JavaScript function
from Java and callback the Java function from JavaScript.

The problem is when I use an alert inside a JavaScript function it won`t
appear, but the functionality inside the function is working properly.

Why does alert("test") inside a JavaScript function not appear in Android.
I load the JavaScript in a web-view. When I a clicking button in Android
I call the function, but it does not appear.

If anyone knows the problem, pealse help me out.

Thanks

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-23T07:16:10+00:00Added an answer on May 23, 2026 at 7:16 am
    setContentView(R.layout.main);
            WebView webview = (WebView) findViewById(R.id.webview);
    
            WebSettings webSettings = webview.getSettings();
    
            webSettings.setJavaScriptEnabled(true);
    
            webSettings.setBuiltInZoomControls(true);
    
            webview.requestFocusFromTouch();
    
            webview.setWebViewClient(new WebViewClient());
            webview.setWebChromeClient(new WebChromeClient());    
    
         webview.loadUrl("file:///android_asset/test.html");
    

    this code working perfect and shows me alert box..
    and this is my
    test.html

    <html>
    <head>
    <script type="text/javascript">
    function show_alert()
    {
    alert("Hello! I am an alert box!");
    }
    </script>
    </head>
    <body>
    
    <input type="button" onclick="show_alert()" value="Show alert box" />
    
    </body>
    </html>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I was looking at some sample code tutorials and noticed that on Javascript-coder.com, the
Does anyone have sample code to copy open (in-use and locked by another program)
I am looking for sample code or documentation on how to use client side
I've studied some CQRS sample implementations (Java / .Net) which use event sourcing as
I been following the Tab example provided by Google. I am trying to use
If you use the satellite GMapType using this Google-provided example in v3 of the
I am trying to use the Bluetooth Chat sample API app that google provides
How can you use the following sample data either with a foreach or while
I want to use URL such as /Image/sample.png I create route, but it does
every introduction and sample that I can find seems to use GLUT or some

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.