nativescript-loading-indicator icon indicating copy to clipboard operation
nativescript-loading-indicator copied to clipboard

Margin option not working on android

Open ph55 opened this issue 6 years ago • 0 comments

Which platform(s) does your issue occur on?

  • Android
  • Emulator or device: Nexus 6 and preview app.

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

  • CLI: 6.0.1
  • Cross-platform modules: 6.0.1
  • Runtime(s): "tns-android" - 6.0.0 and "tns-ios" - 6.0.1
  • Plugin(s):
"dependencies": {
    "@angular/animations": "~8.0.0",
    "@angular/common": "~8.0.0",
    "@angular/compiler": "~8.0.0",
    "@angular/core": "~8.0.0",
    "@angular/forms": "~8.0.0",
    "@angular/http": "~8.0.0-beta.10",
    "@angular/platform-browser": "~8.0.0",
    "@angular/platform-browser-dynamic": "~8.0.0",
    "@angular/router": "~8.0.0",
    "@nstudio/nativescript-loading-indicator": "^1.0.0",
    "@types/node": "^12.6.3",
    "lodash": "^4.17.15",
    "nativescript-angular": "~8.0.0",
    "nativescript-ng-ripple": "^2.0.1",
    "nativescript-sqlite": "^2.3.3",
    "nativescript-theme-core": "~1.0.4",
    "reflect-metadata": "~0.1.12",
    "rxjs": "~6.5.0",
    "tns-core-modules": "6.0.1",
    "typeorm": "^0.2.18",
    "zone.js": "~0.9.1"
  },
  "devDependencies": {
    "@angular/compiler-cli": "~8.0.0",
    "@ngtools/webpack": "~8.0.0",
    "@types/lodash": "^4.14.136",
    "@types/node": "^12.6.8",
    "nativescript-dev-webpack": "1.0.1",
    "typescript": "3.4.5"
  },

Is there any code involved?

(new LoadingIndicator()).show({
  message: 'Loading...',
  margin: 30,
  dimBackground: true,
  color: '#fff',
  backgroundColor: '#039016',
  hideBezel: false,
  mode: Mode.Indeterminate
});

image

image

ph55 avatar Jul 28 '19 12:07 ph55