Software Archive
Read-only legacy content
17061 Diskussionen

Loading Notification/Loading Circle

Patrick_C_1
Einsteiger
939Aufrufe

Hello!

I've searched the whole internet about just that thing. I absolutely don't know, how to access the native loading circles of the device. Is there maybe a way to show and hide them? It would be nice, because when you, for example, log in and it takes a bit longer, you should see that the progress is going on.

Greetings

0 Kudos
6 Antworten
Ad
Neuer Beitragender III
939Aufrufe

Hi,

We have just implemented in our App! B.T.W. We are using the Ionics Framework.

If you are using the Ionic Framework too, search for $ionicloading, e.g. http://codepen.io/gnomeontherun/pen/EAmqD
You don't get the native loading symbols, but the output looks good.

Patrick_C_1
Einsteiger
939Aufrufe

Hm, unfortunately I'm using the App Framework. But maybe I can take that from Ionics Framework?

Ad
Neuer Beitragender III
939Aufrufe

Patrick C. wrote:

Hm, unfortunately I'm using the App Framework. But maybe I can take that from Ionics Framework?

 

Is maybe a little bit of overkill, add Ionics Framework + AngularJS for only one circle.....

Patrick_C_1
Einsteiger
939Aufrufe

Yes, you're right. Maybe there is another solution for my problem?

Anusha_M_Intel1
Mitarbeiter
939Aufrufe

Hi Patrick,

<div id="splashscreen" class='ui-loader heavy'>
        App Framework - Flip View
        <br>
        <br>
        <span class='ui-icon ui-icon-loading spin'></span>
        <h1>Starting app</h1>
    </div>

This is the loading code for splashscreen we use in the app framework templates. You could most probably leverage from this. 

Dale_S_Intel
Mitarbeiter
939Aufrufe

You might want to try this Cordova plugin:

https://github.com/mobimentum/phonegap-plugin-loading-spinner

I haven't tried it, but if I understand what you're trying to do, it might be your best bet.

Dale

 

Antworten