Venkateshwar

Results 27 comments of Venkateshwar

For vertical scrolling, I am considering `scrollTop` property. For Horizontal scrolling, we can consider `scrollLeft` value. If I get time, I will definitely implement horizontal scrolling. BTW, I am also...

As I had already commented: https://github.com/carlosl/gulp-nunjucks-render/issues/46#issuecomment-240906591 Same issue happened with me as well which I fixed by commenting source maps code in gulp file. Though, I am not sure whether...

It usually happens if the script is being called before the body is rendered. Try running the chrome extension script once the body is rendered or loaded. Use something like...

hmm strange. It should not be an issue with this library though. Maybe you are loading multiple jquery libraries or maybe the latest one instead of the actual jquery library...

@mikkelbfriis please check this issue. https://github.com/rochal/jQuery-slimScroll/issues/14 This will definitely fix it.

This issue is still there. Strangely, the toast clears automatically in Android OS 9 but keeps in the queue in Android OS 10. (reproduced on both real device and simulator)

Added documentation. Available in Wiki.

Need more documentation to understand the core concepts and utilizing of the same.

Instead of going through this, we can implement the following: - POSTCSS -> CSS lint - JavaScript lint - [Prettier](https://prettier.io/)