This is a migrated thread and some comments may be shown as answers.

Loading Popup on Android 4.4.4

3 Answers 79 Views
Google Android
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Dean
Top achievements
Rank 1
Dean asked on 17 Jul 2014, 10:58 PM
Device: nexus 7 (2014)
OS: Android 4.4.4
Cordova 3.5.0
Kendo UI v2014.1.624
Deployed using AppBuilder in debug mode.
Flat theme.

A weird dark-grey border has started appearing (see the attached screenshot) when I call
app.showLoading();


I've added the following css to correct the issue.
km-flat .km-loading, .km-flat .km-loading-left, .km-flat .km-loading-right{
    -webkit-backface-visibility: hidden;
}


Please refer to the following link where I found some information about this quirk with chrome:

http://wordpress.org/support/topic/issue-with-animation-and-fixed-background-images-in-chrome

Regards
Dean

3 Answers, 1 is accepted

Sort by
0
Kiril Nikolov
Telerik team
answered on 22 Jul 2014, 09:03 AM
Hello Dean,

I have tried to reproduce the issue in the following jsBin, but to no avail (tested on Android 4.4):

http://jsbin.com/zapiqu/1/edit

Can you please edit the example in order to show the exact issue you are facing, so we can see what goes wrong and advise you further.

Regards,
Kiril Nikolov
Telerik
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
0
Dean
Top achievements
Rank 1
answered on 23 Jul 2014, 07:03 AM
Hi Kiril,

I copied the code from your jsbin and pasted it into a new project in AppBuilder. I did a "Build and Deploy" to a Nexus 7 running Android 4.4.4. The attached screenshot is what I see.

Regards
Dean
0
Kiril Nikolov
Telerik team
answered on 23 Jul 2014, 12:18 PM
Hi Dean,

I have managed to reproduce the issue on the same device you are using. I have logged it in our GitHub repo and you can track progress here:

https://github.com/telerik/kendo-ui-core/issues/190

Regards,
Kiril Nikolov
Telerik
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
Tags
Google Android
Asked by
Dean
Top achievements
Rank 1
Answers by
Kiril Nikolov
Telerik team
Dean
Top achievements
Rank 1
Share this question
or