Linked Questions

48 votes
7 answers
58k views

How to implement the Scroll Listener for WebView in Android i tried this but its not calling my Log.i on scrolling the webview. package com.example.webview.full.width; import android.content.Context;...
Qadir Hussain's user avatar
48 votes
8 answers
56k views

In my app I have a ScrollView that contains some linearviews, some textviews and One Webview, then other linear layouts etc. The problem is that the WebView does not scroll. The Scroll listens only on ...
Panos's user avatar
  • 7,435
27 votes
6 answers
21k views

I have created one activity which is containing one map, image and another text view, and I have added "scrollview" tag for it. But after the activity starts it scrolls to the end of the page ...
Debasmita Chakraborty's user avatar
7 votes
4 answers
17k views

What I have: Right now I have a Scroll view as a parent. Inside this scroll view, I am using a WebView that loads a URL and then shows text in it. Here is my xml: <ScrollView android:id="@+...
Noman's user avatar
  • 4,119
12 votes
5 answers
8k views

I have a web page for testing purposes ( https://storage.googleapis.com/htmltestingbucket/nested_scroll_helper.html ) that just prints a counter of the scroll event the html has caught in a fixed ...
Shai Levy's user avatar
  • 715
1 vote
4 answers
3k views

I have a Webview that is embedded inside a scrollview. The Webview itself has areas that are vertical scrollable. Now if I try to scroll inside the webview, the scrollview intercepts the touchevent ...
Janusz's user avatar
  • 190k
0 votes
1 answer
2k views

I want to create news like activity that has title and date and some share and favorite buttons in the beginning at the top, the article text (and maybe some images and headers titles) is in html that ...
Amin Keshavarzian's user avatar
2 votes
1 answer
1k views

I've run into a problem, everything was fine prior SDK 23. But now I get these errors: W/art: Throwing OutOfMemoryError "Failed to allocate a 61819212 byte allocation with 4032304 free bytes and 3MB ...
bradlol's user avatar
  • 41
1 vote
2 answers
2k views

I would like to imitate the behavior of the default android browser - The EditText (the address bar) on top will start to "disappear" once the user scrolls down. The only thing I can think of right ...
Alex1987's user avatar
  • 9,487
0 votes
3 answers
714 views

I am having an issue with A webView not re-sizing. Im not exactly sure how to approach this problem. I have a webView with A custom webViewClient above a ListView in my application. The WebView has a ...
sirFunkenstine's user avatar