Skip to content
This repository was archived by the owner on Dec 19, 2021. It is now read-only.

Margin option not working on android #5

Open
ph55 opened this issue Jul 28, 2019 · 0 comments
Open

Margin option not working on android #5

ph55 opened this issue Jul 28, 2019 · 0 comments

Comments

@ph55
Copy link

ph55 commented Jul 28, 2019

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant