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

Kendo Mobile UI / Android >= 4.4, footer position

2 Answers 95 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.
Gilles
Top achievements
Rank 1
Gilles asked on 26 May 2014, 10:57 AM
Hello guys,

We have an app deployed that uses this .css to put the footer on the bottom of the page in Android :

.km-android .km-view {
  -moz-box-direction: normal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column-normal;
  -ms-flex-direction: column-normal;
  flex-direction: column-normal;
}

it works perfectly fine until Android 4.4, as one customer us recently made aware of. There, the footer stays on top, whatever the changes I can make (I'm no css guru, to be honest).

I've taken temporary steps to work this around by pushing the content down the size of the footer for version 4.4 and above, is there however anything planned to correct this behaviour, i.e. to allow the footer to be on the bottom for >= 4.4 too ?

As a matter of fact, this css trick always worked on actual devices but never on the internal AppBuilder Simulator (where we're in any case still stuck to max Android 4.2 anyway).

Thanks in advance

2 Answers, 1 is accepted

Sort by
0
Accepted
Tina Stancheva
Telerik team
answered on 29 May 2014, 11:58 AM
Hello Gilles,

Have you tried using the css described in the Place TabStrip at bottom in Android section of our documentation to place the footer at the bottom. This code should work on all devices so please give it a try and let us know if you experience any issues with it.

Regards,
Tina Stancheva
Telerik
 

Share what you think about AppBuilder and Telerik Platform with us in our feedback portal, so we can become even better!

 
0
Gilles
Top achievements
Rank 1
answered on 30 May 2014, 08:06 AM
Hello Tina,

I was using another, seemingly older css, this 'new' one corrects things perfectly, as far as I could test it.

Thanks a lot!
Good day
Gilles
Tags
Google Android
Asked by
Gilles
Top achievements
Rank 1
Answers by
Tina Stancheva
Telerik team
Gilles
Top achievements
Rank 1
Share this question
or