0
votes
1answer
80 views

Scroll issue when placing an webview within a scrollview

I am having an issue with the scrooling of webview when i have placed the webview within a scroll view whch inturn is under a frame layout Below is the mentioned layout for my requirement ...
1
vote
1answer
133 views

Extending the scrolling area in a ScrollView / WebView / ListView

I'm trying to create a custom scrolling component (ScrollView, ListView, WebView) that its scrolling area (content area) can be programmatically extended beyond the content. Add "content padding" at ...
2
votes
1answer
607 views

How to make a Scroll Listener for WebView in Android

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 ...
0
votes
1answer
69 views

Scroll UIImageView with UIWebView?

So I've got a UIScrollView that has an image inside, and below that I have a webView. How can I make it so that when I scroll the webView up/down, the scroll view also scrolls up/down? Like when you ...
1
vote
1answer
210 views

White spaces using android webview inside scrollview with a jquery mobile web

I'm trying to use a webview inside a scrollview on a layout of my Android app. (with a tabhost also, but it's not important) it's something like this: <ScrollView ...
5
votes
0answers
267 views

Fixed footer issue on WP8 Emulator

I have used a fixed footer in one my HTML5 web-app. It works fine on IE10 phone browser, but when I try it out on WP8 Emulator using web-view mainBrowser.Navigate(new ...
1
vote
0answers
70 views

WebView growing inifinitely

I have a WebView which shows a user-inputted String. However, I want it to be able to load web pages in a iframe. When I show this: (JavaScript and Plugins have to be enabled to test it) <iframe ...
3
votes
2answers
2k views

Android WebView inside ScrollView scrolls only scrollview

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 ...
1
vote
1answer
274 views

LinearLayout and Webview has not the same size in ScrollVIew

I have following view tree: RelativeLayout ScrollView RelativeLayout WebView LinearLayout (rightOf webview) I need LinearLayout to have the same height as WebView after web page is loaded. ...
0
votes
1answer
106 views

WebView cocoa doesn't respond to scrollWheel

How to make it work? I added the override method in the class inheriting from WebView, but it doesn't get fired. Any idea? Thanks in advance! - (void)scrollWheel:(NSEvent *)theEvent
0
votes
2answers
235 views

How to have vertical scrolling in Webviews that are inside a Scrollview?

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 ...
2
votes
2answers
2k views

How can I disable all touch events on all children of a ViewGroup?

I've got a FrameLayout container containing many things (including ScrollView, WebView, ViewPager...). I would like to be able to trigger the onClick event on this container, but it seems that some ...
1
vote
1answer
800 views

WebView and ListView in ScrollView

I have webview and listview. May be different situations. WebView can be empty or has long strings data. Also listview: empty or big count lines. I want see data at webview. Scroll down. After webview ...
7
votes
5answers
6k views

Webview in Scrollview

I have to place WebView into ScrollView. But I have to put some views into the same scrollview before webview. So it looks like this: <ScrollView android:layout_width="fill_parent" ...
1
vote
1answer
346 views

WebView too long. Android

I have WebView, put it in to scrollview. I need to do it that way cause at the bottom I got ImageView and lower button. The problem appear on Android 4.03. Where webview is much longer that it ...
4
votes
3answers
2k views

Issue with webview and scrollview

I can't resolve my problem with scrollView and webView, I know, that i can't put webview into scrollview but I have't idea how to jump it. In my scrollView, I have image ( 1280 x 1300 > ) and this ...
4
votes
1answer
1k views

Android WebView: Disable Scroll Yellow Edge Gradient

How do I disable the little yellow gradient that shows up when you scroll the view to the top or bottom. The yellow gradient comes in when you've reached the bounds of the scrollable area, and if you ...
1
vote
1answer
196 views

Can't zoom in/out scrollView of a class which is subclassed from webView

I have a class which is a subclass of webView. I need to do some calculations when scrollview of webView gets zoomed or gets scrolled. The content loaded in webView are pdf files. In iOS 5 I am ...
5
votes
3answers
475 views

Multiple WebViews in ScrollView giving issues (Android)

I have a scrollview which has multiple webviews, these webviews are loading some pages. The problem is that i cannot explain so you have to see . The webviews upon scrolling get distorted as shown in ...
1
vote
1answer
1k views

Getting a maximum scroll value of a webview

I know in Scrollview you can access scrollView.getMaxScrollAmount however I don't seem to understand how to call it on webview. I tried cheating to get the information about it. Here is what I tried. ...
0
votes
1answer
589 views

How to prevent Webview scroll up when data finished loading in android

I want to know that how to prevent webview scrolling up when finished loading data form any url. For example, I'm loading data from http://stackoverflow.com in my webview, and when data loading (still ...
0
votes
1answer
803 views

android free scrolling view

I have a scrollview with both horizontal and vertical scrolling but I would like this activity to scroll as freely as webviews do. Currently with my default implementation it is a very jerky ...
1
vote
2answers
679 views

Android: EditText on top of WebView?

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 ...
0
votes
2answers
277 views

showing the scrollers in scrollview and webview

I am using scroll view and web view in my application. I want the vertical scroller has to visible wether in scrolling or without scrolling. have to display the scroller permanently. is it possible? ...
0
votes
1answer
486 views

Android — Displaying HorizontalScrollView of WebViews

So, the idea is to be able to view a very simple html page (text and one image) that can scroll vertically and place this view in a horizontal list that scrolls and snaps to the closest html page. ...
3
votes
2answers
1k views

webview is forcing my scrollview to the bottom

I have a webview in a scrollview, when the Activity loads, it forces my scrollview to the bottom (where the webview is) once the webview finishes "loadData". How do I keep this from happening? I've ...
4
votes
2answers
3k views

How a change the content size of a webview in android?

I have a webview control in a scrollview. when i load a long html document into it, it resizes to accommodate it. this is correct. however, when i use the same control again afterwards and put less ...
0
votes
1answer
496 views

HTML formatted content in a ScrollView

I'm trying to put together an Android view that has several elements stacked on top of one another. Some of these elements need to have HTML formatting applied, and I plan to stack enough of them that ...
0
votes
1answer
1k views

Android sdk 1.6 WVGA, webview within scrollview is not working

I have added the webview within scrollview in the layout. So data in webview is not fully displayed. Only in android sdk1.6 WVGA resolution, It is not working properly. This bug is filed in android ...
0
votes
2answers
728 views

Replicate behavior of Android browser

I am writing for Android, and I can't figure out how to replicate the effect of the Android browser where the progress bar is at the top of the screen, with the webview below it, yet when you scroll ...