nativescript-accordion icon indicating copy to clipboard operation
nativescript-accordion copied to clipboard

Scrolling in NestedScrollView

Open OzymandiasTheGreat opened this issue 5 years ago • 0 comments
trafficstars

Which platform(s) does your issue occur on?

  • Android
  • Android 10
  • device, Xiaomi Redmi Note 8A

Please, provide the following version numbers that your issue occurs with:

  • CLI: 6.4.1
  • Cross-platform modules: 6.3.2
  • Runtime(s): 6.4.1
  • Plugin(s): "dependencies": { "@angular/animations": "~8.2.14", "@angular/cdk": "~8.2.3", "@angular/common": "~8.2.14", "@angular/compiler": "~8.2.14", "@angular/core": "~8.2.14", "@angular/forms": "~8.2.14", "@angular/material": "^8.2.3", "@angular/platform-browser": "~8.2.14", "@angular/platform-browser-dynamic": "~8.2.14", "@angular/router": "~8.2.14", "@mdi/font": "^4.9.95", "@nativescript/theme": "~2.2.1", "@nstudio/nativescript-cardview": "^1.0.0", "@nstudio/nativescript-floatingactionbutton": "^1.1.0", "bulma": "^0.8.0", "hammerjs": "^2.0.8", "mpc-js-core": "file:../mpc-js-core", "mpc-js-web": "^1.2.0", "nativescript-accordion": "^6.0.0-beta.2", "nativescript-angular": "~8.20.0", "nativescript-drop-down": "^5.0.4", "nativescript-image-cache-it": "^5.0.0-beta.11", "nativescript-menu": "^1.1.3", "nativescript-nested-scrollview": "^1.1.0", "nativescript-toast": "^2.0.0", "nativescript-ui-listview": "^8.0.1", "nativescript-ui-sidedrawer": "^8.0.0", "nativescript-websockets": "^1.5.5", "ngx-virtual-scroller": "^3.0.3", "path": "^0.12.7", "reflect-metadata": "~0.1.12", "rxjs": "~6.4.0", "tns-core-modules": "~6.3.0", "tslib": "^1.10.0", "zone.js": "~0.9.1" }, "devDependencies": { "@angular-builders/custom-webpack": "^8.4.1", "@angular-devkit/build-angular": "~0.803.25", "@angular/cli": "~8.3.25", "@angular/compiler-cli": "8.2.0", "@angular/language-service": "~8.2.14", "@nativescript/schematics": "~1.0.0", "@nativescript/tslint-rules": "~0.0.5", "@types/jasmine": "~3.3.8", "@types/jasminewd2": "~2.0.3", "@types/node": "~8.9.4", "codelyzer": "^5.0.0", "electron": "^8.1.1", "electron-builder": "^22.4.1", "jasmine-core": "~3.4.0", "jasmine-spec-reporter": "~4.2.1", "karma": "~4.1.0", "karma-chrome-launcher": "~2.2.0", "karma-coverage-istanbul-reporter": "~2.0.1", "karma-jasmine": "~2.0.1", "karma-jasmine-html-reporter": "^1.4.0", "nativescript-dev-webpack": "~1.4.0", "node-sass": "^4.13.1", "npm-run-all": "^4.1.5", "protractor": "~5.4.0", "rxjs-tslint-rules": "^4.29.0", "sass-loader": "^7.3.1", "tns-platform-declarations": "^6.4.2", "ts-node": "~7.0.0", "tslint": "~5.15.0", "typescript": "~3.5.3", "wait-on": "^4.0.1", "webpack": "^4.41.6" }

Please, tell us how to recreate the issue in as much detail as possible.

Scrolling inside ScrollView is broken. I tried using NestedScrollView as suggested in #35 , but the behavior is exactly the same as using regular ScrollView.

OzymandiasTheGreat avatar Jun 21 '20 03:06 OzymandiasTheGreat