razcakappa

Results 7 comments of razcakappa

Update: This happens only on iPad and Touch devices.

@IanLunn I've removed the both :active and :focus selector and tested on iPad. However the problem was there.

Not a solution, but worth to note, I was running out of disk space of the host machine and I happened to have only few mega bytes left. I got...

@nickva Thanks for pointing out my silly mistake. I just edited the raw replication document and added localhost:5984 and it started to work. However I assume on Fauxton, it still...

I just checked the [Fauxton code](https://github.com/apache/couchdb-fauxton/blob/f64e88d211a113b34e3935f31c9f90bac49baeb3/app/helpers.js#L81) and it simply grabs the URL from the window object it seems. ``` Helpers.getRootUrl = ({origin, pathname} = window.location) => { return url.resolve(origin +...

To recreate the issue, open the demo http://apeatling.com/demos/web-ptr/ with Google chrome and open inspect window. and try to reload the page. And try the pull to refresh functionality. It might...

Found the issue. Might be related to hammer.js is not triggering the 'panend' event when the element has css property 'touch-action: pan-y'. https://github.com/hammerjs/hammer.js/issues/1103 Shall I submit a merge request?