nativescript-community / ui-material-components

Monorepo that contains all of the NativeScript Material Design plugins.
https://nativescript-community.github.io/ui-material-components/
Apache License 2.0
218 stars 80 forks source link

Not exists Swiping Android [BottomSheet] #144

Closed nericode closed 4 years ago

nericode commented 4 years ago
{
  "nativescript": {
    "id": "",
    "tns-ios": {
      "version": "6.4.0"
    },
    "tns-android": {
      "version": "6.4.1"
    }
  },
  "description": "",
  "license": "",
  "repository": "",
  "scripts": {
    "lint": "tslint \"src/**/*.ts\""
  },
  "dependencies": {
    "@angular/animations": "~8.2.0",
    "@angular/common": "~8.2.0",
    "@angular/compiler": "~8.2.0",
    "@angular/core": "~8.2.0",
    "@angular/forms": "~8.2.0",
    "@angular/platform-browser": "~8.2.0",
    "@angular/platform-browser-dynamic": "~8.2.0",
    "@angular/router": "~8.2.0",
    "@nativescript/theme": "^2.3.3",
    "@nstudio/nativescript-checkbox": "^1.0.0",
    "@nstudio/nativescript-loading-indicator": "^3.0.3",
    "nativescript-angular": "~8.20.3",
    "nativescript-datetimepicker": "^1.2.2",
    "nativescript-geocoding": "^2.0.1",
    "nativescript-image-cache-it": "^5.0.0-beta.6",
    "nativescript-iqkeyboardmanager": "^1.5.1",
    "nativescript-material-bottomsheet": "^3.2.8",
    "nativescript-material-cardview": "^2.5.4",
    "nativescript-material-ripple": "^3.1.4",
    "nativescript-mercadopago-px": "^4.0.0",
    "nativescript-paypal-checkout": "^2.1.1",
    "nativescript-phone": "^1.4.1",
    "nativescript-secure-storage": "^2.6.0",
    "nativescript-tooltip-ns": "^1.0.3",
    "nativescript-ui-listview": "^8.0.1",
    "nativescript-ui-sidedrawer": "~8.0.0",
    "nativescript-version-number": "^1.1.0",
    "reflect-metadata": "~0.1.12",
    "rxjs": "^6.4.0",
    "tns-core-modules": "^6.4.0",
    "validator": "^12.2.0",
    "zone.js": "~0.9.1"
  },
  "devDependencies": {
    "@angular/compiler-cli": "~8.2.0",
    "@ngtools/webpack": "~8.2.0",
    "codelyzer": "~4.5.0",
    "nativescript-dev-webpack": "~1.4.0",
    "node-sass": "^4.14.1",
    "tslint": "~5.19.0",
    "typescript": "~3.5.3"
  },
  "gitHead": "",
  "readme": ""
}
farfromrefug commented 4 years ago

Please submit correct issues. What do you expect with something like this ?

nericode commented 4 years ago

In version 2.5.4 there is the possibility to close the modal swiping and now with the new version in android this is not possible.

Referring to this: https://material.io/components/sheets-bottom#modal-bottom-sheet

nericode commented 4 years ago

@farfromrefug Any idea?

farfromrefug commented 4 years ago

OK indeed it is a bug in the latest version. Will fix it. In the meantime use the option dismissOnDraggingDownSheet to true to make it work

nericode commented 4 years ago

@farfromrefug thanks, this worked!