bootmetro icon indicating copy to clipboard operation
bootmetro copied to clipboard

mousewheel scroll on hub.html

Open sahilpopli opened this issue 12 years ago • 6 comments

hub page tiles moving when we scroll on up direction by default it is down for moving a page

sorry for my english

sahilpopli avatar Nov 23 '12 18:11 sahilpopli

This is with the 1 prebeta version of bootmetro. For some reason the scroll functionality using nicescroll has been disabled.

chandermani avatar Dec 11 '12 15:12 chandermani

my bad, just disabled for internal testing. You can re-enable your self, in the html page find the following snippet:

$('.panorama').panorama({ nicescroll: false, showscrollbuttons: true, keyboard: true });

and set true instead of the bolded false text above.

aozora avatar Dec 11 '12 15:12 aozora

Thanks, I did locate this issue but there is also commented code in

bootmetro-panorama.js like this

// console.log('nicescroll init'); // var nicesx = this.$element.niceScroll(".panorama .panorama-sections", // { // touchbehavior: true, //Modernizr.touch, // cursorcolor: "#FF00FF", // cursoropacitymax: 0.6, // cursorwidth: 24, // usetransition: true, // hwacceleration: true, // autohidemode: "hidden" // }); //

chandermani avatar Dec 11 '12 16:12 chandermani

are you update these changes in the demo you have given in info

sahilpopli avatar Dec 12 '12 08:12 sahilpopli

Sorry for the late answer. I apologize for the previous answer, Nicescroll is temporary disabled because in its place I've inserted the TouchSwipe plugin, that add touch support for swipe gestures. In any case the panorama plugin is still in progress. In any case notify me for any other problem.

aozora avatar Dec 13 '12 14:12 aozora

Sir,

The bootmetro-panorama.js is not working with portrait mode in IPAD(resolution- width: 764). Can you any one tell me the reason

Anupamatd avatar Jul 22 '13 10:07 Anupamatd