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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 8, 20262026-06-08T01:43:58+00:00 2026-06-08T01:43:58+00:00

The app that I am making uses dropbox, users must give authorisation to enable

  • 0

The app that I am making uses dropbox, users must give authorisation to enable us to do this. To do this I load a url in a webview which opens up the login for dropbox then shows a “connect” button.

The first problem I had was the webview was opening the default browser. So I could understand why it was doing this I added a WebViewClient and Overrided the onPageStarted method like so..

class AuthCodeWebViewClient extends WebViewClient {

    @Override
    public void onPageStarted(WebView view, String url, Bitmap favicon) {
        super.onPageStarted(view, url, favicon);
        Log.d(TAG, url);
    }
}

Doing this stopped the default browser opening but I cannot press the button within the html. The webview is recognising it as I recieve this in the log…

07-17 16:13:16.700: V/webview(29778): singleCursorHandlerTouchEvent
-getEditableSupport FASLE 07-17 16:13:17.025: I/GATE(29778): DEV_ACTION_COMPLETED

What am I doing wrong so the button doesn’t work?

  • 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-06-08T01:44:00+00:00Added an answer on June 8, 2026 at 1:44 am

    It turns out it was pretty simple and I figured it out about a minute after I posted. I needed to enable javascript

            webview.getSettings().setJavaScriptEnabled(true);
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am making an android app that uses a webview to visit a website.
I'm making an app which uses push notifications, and I know that I need
Im making a windows phone app which uses a WebBrowser. Im using this web
I'm making an iphone app that uses NSURLConnection to download some data from the
I'm making an app that downloads data from a plist and uses that data
I am making changes to a section of an app that uses a js
I'm making an app with a UITableView that uses ELCTextfieldCells. For some cells I
I am making app that takes a screenshot of a URL requested by the
I am looking at making an app that uses a camera to measure the
I am making an iPhone app which uses UIButton s with Placeholder text on

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.