Software Archive
Read-only legacy content
17061 Discussions

Loading Notification/Loading Circle

Patrick_C_1
Beginner
937 Views

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 Replies
Ad
New Contributor III
937 Views

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.

0 Kudos
Patrick_C_1
Beginner
937 Views

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

0 Kudos
Ad
New Contributor III
937 Views

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.....

0 Kudos
Patrick_C_1
Beginner
937 Views

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

0 Kudos
Anusha_M_Intel1
Employee
937 Views

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. 

0 Kudos
Dale_S_Intel
Employee
937 Views

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

 

0 Kudos
Reply