Community Questions & Answers

webview without scroll

Any way to prevent any scrolling within webview. I have an html page that is sized perfect; however, you are still able to scroll just a bit up and down (before it bounces back into place). Any thoughts?

flip a window

i want to have a bunch of images which i can scroll though like in the scroll view file but i want to click on one of the photos and be able to display text about the image on the back. how can i flip the photo? please help!!!

end of scrollView

Hi, i want to know when im on the bottom of a scrollView, i found this code : ~~~~~~ mediasScroll.addEventListener('scroll', function(e){ var offset = e.contentOffset.y; var height = e.size.height; var total = offset + height; var theEnd =...

scrollableView scroll

Hi, i have a scrollableView named mediasScroll. i have this eventListener : ~~~~~ mediasScroll.addEventListener('scroll', function(e){ Ti.API.info('page : ' + e.currentPage); }); ~~~~~ i see that this message is displayed many times !!! is it normal...

Scroll for window?

Hi, How do you get the window to allow scrolling when the height:auto exceeds the window height? Details... Working from Kitchen Sink... I've created a vertical layout window. And have added labels with long amounts of text to bodyView1 with...

Explain ScrollView values....

First, let me explain what I am trying to do. I have a US map which I have put in a scrollView. I want the user to be able to zoom in on the map, so I have made the map rather large (approx 3000x1700px). I have set the scrollview with this code: ~~~ var...

Track scrolling on tableview

Hi, I wonder if it is possible to track the contentOffset.y when scrolling ? I've tried the event 'scroll' but it only fire when the user have a finger on the screen. When the user swipe down on screen, and take off his finger, the tableview continue to...

Disable scrolling in a WebView?

Is there a way to disable scrolling within a webView? reason being I have a webview in a scrollView (along with other elements above and below the webview) and I want the webView to be static and not scroll as I already have the scrollView that is taking...

webView event keep default behavior

Hello, I'm developping an android apps with a WebView which contains a HTML document(a map). But I want to know when the scrollX and scrollY have change ! So I use the "touchstart" event but I want to keep the default behaviour AND show an alert...

slide up window

I was wondering how to slide a window up from the bottom. Kind of how the notifications work in the facebook app. You click 'Notifications' on the bottom of the device and it scrolls up

iOS webview won't scroll down

I am making a system similar to Silverlight's Deep Zoom, in which a very high resolution image is broken into chunks at varying resolutions to allow the impression of scaling from the image filling the screen, to a very detailed portion at any given point....

Showing 1-50 of 115 1 2 3