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 5943515
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 22, 20262026-05-22T16:24:24+00:00 2026-05-22T16:24:24+00:00

Is it possible to open a web app locally deployed in tomcat using WebView

  • 0

Is it possible to open a web app locally deployed in tomcat using WebView?

I tried using

webView.loadUrl("https://me.com/myproj/mobile/online/overview.do");

but I am getting a blank page instead. Any ideas how to fix this issue?

  • 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-22T16:24:24+00:00Added an answer on May 22, 2026 at 4:24 pm

    Your problem is that you’re trying to access a https address.

    It seems that if you’re developing for 2.2+ there’s a simple solution:

    engine = (WebView) findViewById(R.id.my_webview);
    engine.setWebViewClient(new WebViewClient() {
        public void onReceivedSslError (WebView view, SslErrorHandler handler, SslError error) {
            handler.proceed() ;
        }
    }
    

    But if you’re developing for older versions, then you have problems because that function entered the API from Froyo.

    References:

    • webView with https loadUrl shows blank page
    • http://damianflannery.wordpress.com/2010/09/28/android-webview-with-https-loadurl-shows-blankempty-page/
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I know its possible to open an app from mobile safari using custom URL
I am building my own web app, and there are open source code out
I have an existing large(ish) PHP web app (using Apache and MySQL) which now
I've been working on a web app using the CodeIgniter framework and I am
I'm working on the design of a web app which will be using AJAX
I'm working on a Ruby on Rails/PostgreSQL web app that a mobile device communicates
I am trying to make a Facebook Connect web app more mobile friendly. I
Does anyone of you know if it is possible to open a App which
Is it possible to access files beyond WEB-INF folder in Google App Engine's development
We have a C# web app where users will connect using a digital certificate

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.