Code Monkey home page Code Monkey logo

Comments (6)

bradmartin avatar bradmartin commented on June 11, 2024

Where are you creating an instance of the loader? This isn't done internally, so you need to create an instance. The readme docs should help 👍

With that said, a good enhancement to the plugin might be to add an angular module that does create the instance that can be injected into your services/components. Would you be interested in making a PR for that?

from nativescript-loading-indicator.

dottodot avatar dottodot commented on June 11, 2024

OK so I've tried the following and still not seeing the indicator.

  show() {
    const indicator = new LoadingIndicator();
    indicator.show(this.options);
  }

from nativescript-loading-indicator.

Bidou44 avatar Bidou44 commented on June 11, 2024

I have the same issue, not working with angular, @bradmartin can you please confirm? Or were you successful with angular?

Edit: Well, doing additional tests showed that it's working on some pages and not on other... have to find out what triggers the problem.

Second edit: @dottodot Ok, usually it's working if you do everything in the constructor. But I have at least one view were it's not working, I had to add a loaded event and put the show method there...

from nativescript-loading-indicator.

bradmartin avatar bradmartin commented on June 11, 2024

Yes I have this working in a current up to date NG app here: https://github.com/Max-Mobility/permobil-client/tree/master/apps/mobile/pushtracker

So something odd is happening with the projects I guess, maybe timing related like you mentioned @Bidou44 with the loaded event

from nativescript-loading-indicator.

felixelgato92 avatar felixelgato92 commented on June 11, 2024

@dottodot I believe the backgroundColor and color options are part of common options now, so they should be outside of ios. I'm not sure if that's your issue. Give it a try

So your options const should look like this:

options: any = {
    backgroundColor: 'yellow',
    color: '#000000'
  };

from nativescript-loading-indicator.

bradmartin avatar bradmartin commented on June 11, 2024

The demo seems to be working properly. If more info with some code can show how to encounter the issue it'll help to find a fix.

from nativescript-loading-indicator.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.