Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No shadows. #2

Open
dbeulen opened this issue Oct 17, 2017 · 4 comments
Open

No shadows. #2

dbeulen opened this issue Oct 17, 2017 · 4 comments

Comments

@dbeulen
Copy link

dbeulen commented Oct 17, 2017

I'm currently trying to implement this plugin in an existing app, but I don't get any shadows on my android development phone. Do you have any direction on where i should start debugging?

I included the module in my app.module.ts, then i added a Label with a shadow property. Did i forget anything?

Which platform(s) does your issue occur on?

  • Android
  • Android 7.1
  • Oneplus 3

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

  • CLI: 3.2.1
  • Runtime(s): 3.2.0
  • Plugin(s): (look for the version numbers in the package.json file of your
    project and paste your dependencies and devDependencies here)
    "@angular/animations": "~4.2.5",
    "@angular/common": "~4.2.5",
    "@angular/compiler": "~4.2.5",
    "@angular/core": "~4.2.5",
    "@angular/forms": "~4.2.5",
    "@angular/http": "~4.2.5",
    "@angular/platform-browser": "~4.2.5",
    "@angular/router": "~4.2.5",
    "nativescript-angular": "~4.2.0",

    "@angular/compiler-cli": "~4.2.5",
    "@ngtools/webpack": "~1.6.0",
    "babel-traverse": "6.26.0",
    "babel-types": "6.26.0",
    "babylon": "6.18.0",
    "copy-webpack-plugin": "~4.0.1",
    "extract-text-webpack-plugin": "~3.0.0",
    "lazy": "1.0.11",
    "nativescript-css-loader": "~0.26.0",
    "nativescript-dev-typescript": "~0.5.1",
    "nativescript-dev-webpack": "^0.8.0",
    "nativescript-worker-loader": "~0.8.1",
    "raw-loader": "~0.5.1",
    "resolve-url-loader": "~2.1.0",
    "typescript": "^2.5.3",
    "webpack": "~3.2.0",
    "webpack-bundle-analyzer": "^2.8.2",
    "webpack-sources": "~1.0.1"
@berardo
Copy link
Contributor

berardo commented Dec 17, 2017

Sorry for the delay. Did you managed to find the issue?
Have you tried the demo app?

@berardo
Copy link
Contributor

berardo commented Dec 18, 2017

Please have a look at the newest version, probably the issue is gone.
Thanks

@dbeulen
Copy link
Author

dbeulen commented Dec 18, 2017

I will check this tomorrow!

@mxmp210
Copy link

mxmp210 commented Dec 19, 2019

I just installed it in existing app and importing it to specific module related to component fixed the loading issue. That is how Angular works usually, so if your component resides inside any module, you have to import it there instead of app module itself.

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

No branches or pull requests

3 participants