Software Archive
Read-only legacy content
17060 Обсуждение

Loading Notification/Loading Circle

Patrick_C_1
Начинающий
2 301Просмотр.

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 баллов
6 Ответы
Ad
Новый участник III
2 301Просмотр.

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
Начинающий
2 301Просмотр.

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

Ad
Новый участник III
2 301Просмотр.

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
Начинающий
2 301Просмотр.

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

Anusha_M_Intel1
Сотрудник
2 301Просмотр.

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
Сотрудник
2 301Просмотр.

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

 

Ответить