Scrolling with iScroll on windows phone 8 shows strange behaviour. I can scroll by probably 10-15 px only. As if it starts and then stops suddenly. onScrollStart event is fired but onScrollEnd is not. Looks like it is related to js but I do not see any console errors. Did anyone have issues like this? On iPhone and Android all works fine.
iScroll 5 is not smooth on windows phone 8
700 views Asked by user2814599 At
1
There are 1 answers
Related Questions in JAVASCRIPT
- Using Puppeteer to scrape a public API only when the data changes
- inline SVG text (js)
- An array of images and a for loop display the buttons. How to assign each button to open its own block by name?
- Storing the preferred font-size in localStorage
- Simple movie API request not showing up in the console log
- Authenticate Flask rest API
- Deploying sveltekit app with gunjs on vercel throws cannot find module './lib/text-encoding'
- How to request administrator rights?
- mp4 embedded videos within github pages website not loading
- Scrimba tutorial was working, suddenly stopped even trying the default
- In Datatables, start value resets to 0, when column sorting
- How do I link two models in mongoose?
- parameter values only being sent to certain columns in google sheet?
- Run main several times of wasm in browser
- Variable inside a Variable, not updating
Related Questions in CSS-TRANSITIONS
- how do I make css transition not effect my javascript
- Is it possible when using the css transform property to delay only one value and not the other using transition-delay
- css transition conflicts with animation when both are used
- Why does transition in work while transition out doesn't even with ese-in-out?
- Why does "transition: max-height 3s;" do nothing?
- Smooth Grid Item Transitions on Hover
- Why isn't my transition working on a React element?
- A blank screen is created when page slides are switched
- Css carousel infinite scroll without jerking when loop
- Vue.js Sliding Transition For Background Images Leaves Blank Space During Transition
- CSS3 animation is different in Chrome and Safari browser
- How to change gradient color slowly on hover?
- How to add delay to Javascript transition?
- Slider Vue component using Transitions cannot get correct behaviour
- React adding transform and transition causes hamburger menu to appear and disappear immediately after
Related Questions in ISCROLL
- on Android mobile, React.js dropdown needs to tap twice to open
- iScroll. Fix the timing for scrolling part: it is very slow at the end
- Trouble binding the the pull down refresh action with Cordova InAppbrowser in Android using jquery-mobile-iscrollview?
- FullPage scrollOverflow section scrolled with iScroll scrollTo() bug
- iScroll v4.2.5 - Links on Google Chrome non-clickable
- iScroll5 issue - Rubber band effect on mobile devices while scrolling
- slick.js drag not working with fullpage.js scrollOverflow: true
- Ionic 3 with iscroll
- Choppy mousewheel iScroll in fullPage.js (scrollOverflow option)
- iScroll not working in iOS device
- iScroll parallax effect
- Iscroll for bootstrap modal works just after a windows resize
- IScroll in Typescript
- Memory issue with long lists in a web app
- Is there anyway to stop scrolling programmatically?
Related Questions in ISCROLL4
- jQuery mobile scrolling does not work on first page display
- iScroll 5 is not smooth on windows phone 8
- Possible to have both Probe and Zoom functions working in iScroll simultaneously?
- combining jquery mobile tabs and scrollable content
- iScroll4 vertical and horizontal scroll issue in ios
- iscroll body scroll not working
- iScroll is disabled when content is shorter than window size
- iScroll 5 trackpad speed too fast
- Destroy an iScroll object
- how to improve forms on iOS safari using iScroll? (keyboard breaks page when it disappears)
- iScroll inside iScroll - nested iScroll unexpected behavior
- How do I make iScroll5 work when the image is generated from a DB?
- Onclick event firing twice while using iscroll
- Scroll to element in Iscroll
- Iscroll 4 - How to scroll to a particular element based on some id?
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Popular Tags
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
solved it by adding on parent element
-ms-touch-action: none;