-
I checked out [1a29d79](https://github.com/sonejilab/cellexalvr/commit/1a29d798ccbb5974cad9419dd40265ae86b5f5e6), and opened it with unity 2019.1.8f1.
And I got some errors listed below:
> Assets\…
-
i'm a litte clumsy with git, so i put the code here
more on less on line 206
``` javascript
var touchMoveSlideLastY
if (base.config.touchNav) {
$container.on…
-
I have problem in mobile device when I try to scroll this menu if ammount of menu options not fit on all height of the screen, Apears that the menu is very sensitive, when I try to scroll the options …
-
It can be useful to slide through the triggers with one mouse move or touch. And so they should be activated on enter and turned off on exit.
-
左滑到临界点后继续滑动会有问题,但右滑临界点没有
-
同一个content 不仅要支持上拉加载和下拉刷新。。。问题:在刚刚开始没有占满一页的时候,下拉刷新是可以的。。但同时这个模块也触发了上拉动作(在下拉完成往回弹时),然后上拉的时候默认是上拉了两次。。。开始加载第3页的数据了
-
I believe I know the answer why:
This is part the code for nav in the master:
```
this.rootElement = document.querySelector('.js-side-nav');
this.sideNavContent = this.rootElement
…
-
```
window.addEventListener('mouse-move', ()=>{
})
```
type something.
move the mouse. if they do that enough on the page call them not a robot and don't ask.
if not enough info is gather…
-
Here's my setup:
``` javascript
.config(['IdleProvider', function(IdleProvider) {
IdleProvider.interrupt('keydown DOMMouseScroll mousewheel mousedown touchstart touchmove scroll');
//…
-
There seems to be a problem with the "threshold" that is treated as a "touch and move", if i try to touchclick a time in the timepicker, it will not register as a click, but rather a touch-n-move, one…