-
When trying to load v4.2.2 in the latest Chrome, I get:
`Uncaught TypeError: Cannot read property 'style' of null`
referring to line: 90:
`that.wrapper.style.overflow = 'hidden';`
Only other thin…
-
### Description
Hello, I have an problem, Im trying to achive arrow scrolling content using _fullPage.js_ but but but.
I must use also scrollOverflow for some of elements.
That's my setup: http…
-
I tend to work with a maximized editor (the point of markdown is that you don't badly need a preview, although it's great to have one). And I find the outlining facility provided by the toc very conve…
-
when I scroll the scroller, the alert doesn't fire,so wired. below is the code
```
import ReactIScroll from 'react-iscroll';
var iScroll = require('iscroll/build/iscroll-probe');
import React from…
-
Hi
Can you provide a pull to refresh component.
Or give list such a feature.
-
Hi,
I have following setup:
``` js
$scope.MyDelegate = {
configureItemScope: function(index, itemScope) {
itemScope.item = {};
var person = $s…
-
我是按照这里面的方法解决的:
https://github.com/cubiq/iscroll/issues/1100
修改了PhotoClip.js的源代码
![image](https://user-images.githubusercontent.com/15916978/28001861-b262bc46-6562-11e7-95cf-b91cdf57674c.png)
希望作…
-
Hi, firstly I would like to thank you for such a useful tool, I love fullPage.js
I have used hybrid:true in combination with fp-normal-scroll class on my website to achieve autoscroll only in first s…
-
与IScroll一起使用时,面板不能弹出,
经反复查看,是因为触发了两次点击事件,_this和_this.grayLayer,面板在弹出瞬间又关闭了。
解决方法1,改动源代码:
_this.trigger.addEventListener('click',function(){
//_this.mobileSelect.classList.add('mobileSelect-sho…
-
`
{{i}}
`
不加这个img的时候滑动没问题,加了img后,这个图片部分滑动不上去,是因为图片异步加载然后容器没有重新计算高度吧