is there a way to detect the scroll event for scrollView? I tried using
scroll.on('scroll', function(args){
console.log('scroll')
})
But its not working..
The scroll event of the ScrollView will be exposed in the next version of {N} - 1.5. You can check out the issue in GitHub.
As of NativeScript 1.5 (Released November 24th, 2015) this can be detected just as you wrote the code in the initial post.
Related
I have create a app with a TabView inside my TabViewItem i have two ListView and two RadListView but unfortunately RadListView not Display any data or neither an error. I am using latest version NativeScript Core and nativescript-ui-listview#6.1.0
Playground
I already try to install old version nativescript-ui-listview but it don't work for me.
Version
2.0.2
Reproduction link
https://play.nativescript.org/?template=play-vue&id=3rSNIU
Platform and OS info
Android
Steps to reproduce
Create button
set css border-radius
What is expected?
worked press animation
What is actually happening?
not showing
That's expected, by applying border radius you modify the default behavior of Android.
You will have to either use plugins like card view / ripple in this case. There is a open feature request to improve support for ripple effects.
Zoom with the mousewheel in their main example http://jvectormap.com/
I have tried to change zoomScale property in the config, but that only seems to afflict the zoom buttons and not the mousewheel zoom.
I would prefer the mousewheel to zoom with the same amount of steps as the zoom buttons.
if its still needed, answered your question in other topic
JVectorMap Scroll Speed and Full screen Issue
Doubt that you can put the same step, but at least you can try to find value that will behave similarly to buttons.
I found a bower package of jvectormap at https://github.com/tlvince/bower-jvectormap that's labeled as version 1.2.2 and here the mousewheel works as expected.
The problem still exists in all their demos on the website http://jvectormap.com/ and also in the latest downloadable code (2.0.1) in their official git repository https://github.com/bjornd/jvectormap
I've upgraded to the latest Kendo UI Mobile (Q3 2013 release) and am noticing that the modal views in my Kendo Mobile application all extend to the height and width of the screen.
Is this by design, or is it a bug that got through? I am very curious because I will need to make some minor adjustments if modal views now extend the height and width of the screen.
This is a last minute regression. I've just pushed a fix and it will be available through an internal build tomorrow. You can also download the styles from this sticky post in our forums.
I am testing kendo grid with IE 11 and stumbling on a bug.
Basically the grid click acts differently in various version of kendo library.
In the latest version i.e 2013.2.918 grid click is triggered twice.
and the grid click does not work all the way back until version 2012.3.1114.
here is the plunker link.
http://plnkr.co/edit/MgkSCf2vqBfYehtGvKUx?p=preview
I would be happy if i get a patch for it in any of the kendo versions.
Thanks
Sush
Seems caused by the alert. Changing it to console.log doesn't cause double mouse event firing.