Niels den Otter
Niels den Otter
The issue is that in __construct the setApiKey should be setAccessToken. Should be like this: if (is_array($config)) { // if you want to access user data $this->setApiKey($config['apiKey']); $this->setApiSecret($config['apiSecret']); $this->setApiCallback($config['apiCallback']); }...
Same issue here..
To fix the scrollbar-handle-container, add the following code to the start of the setHandle function ``` // Reset scrollbar-handle-container this.props.containerHeight = this.container.height(); this.handleContainer.css({ 'height': (this.props.containerHeight - this.handleArrowUp.outerHeight(true) - this.handleArrowDown.outerHeight(true)) +...
Also waiting for this module for updating to 2.3.*. Last update was 7 months, is this module still maintained?
I have tested this on Android 3.2, 4.0, an iPhone 4S and a Samsung Galaxy Tab 10.1 with Android 3.2. And it works on all. So it should support all...
You can put that before: ``` // // mouse wheel movement // onMouseWheel: function(ev, delta){ ```
I got a live example over here: http://www.shirtbyhand.co.uk/configurator_html5/ Just click through it and when you get to Fabrics on the left hand side you will get a scrollbar. Good luck!
Thanks alot! is it working?
We also have this same issue. Anyone found a solution for this?
Thank you, used your version and seems to work fine.