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

List View Filter Not Working on IPad

5 Answers 108 Views
ListView (Mobile)
This is a migrated thread and some comments may be shown as answers.
Rodney
Top achievements
Rank 2
Rodney asked on 07 Feb 2014, 04:53 PM
I've implemented a list view that works great on the Device Simulator and Work Great on All Android devices and Iphones. But when I'm testing it on an Ipad it's broken.

So when I click in the search box the keyboard shifts the window up and the user can't type in the search box. Is there a fix for this? 

Here is the HTML for my List View:

<!-- Best in KLAS - Vendor View. -->
<div id="best-in-klas-vendors-view"
       data-role="view"
      data-layout="drawer-layout"
      data-model="klas.bestInKlasVendorsViewModel"
      data-show="klas.bestInKlasVendorsViewModel.getVendors"
     data-title="Vendors">
<ul id="vendors-list-view"></ul>
</div>



My script for initializing the Kendo Mobile List View:

$vendorsListView.kendoMobileListView({
template: $('#best-in-klas-vendors-template').text(),
dataSource: new kendo.data.DataSource({
type: 'json',
transport: {
read: vendorsUrl
}
}),
filterable: {
field: 'SearchField',
operator: 'contains'
},
click: function (e) {
 ..
}
});

5 Answers, 1 is accepted

Sort by
0
Kiril Nikolov
Telerik team
answered on 10 Feb 2014, 08:46 AM
Hi Rodney,

A fix for this issue has been added to the latest release of Kendo UI Mobile - 2013.3.1408. Please download the latest version, upgrade the project and let me know if the problem still persists.

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
Rodney
Top achievements
Rank 2
answered on 10 Feb 2014, 04:53 PM
Kiril,

I was so excited to see a fix so fast by Telerik that I went in and downloaded Kendo UI Mobile v2013.3.1408 and tried it. 

You can't imagine my disappointment that it is not fixed.  Let me know if there is anything I can do to help you get this resolved. 

Rodney
0
Petyo
Telerik team
answered on 10 Feb 2014, 05:17 PM
Hi Rodney,

I am really sorry that the fix we provided does not work for you. It is most probably due to us making the wrong assumptions about your environment.

Can you please provide more details about where you test it? Is this from the Safari browser, or from a a home screen bookmark? We are also aware of certain problems in PhoneGap environments - perhaps this is your case. If so, please provide the exact version you are using. Thank you in advance.

Regards,
Petyo
Telerik
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0
Rodney
Top achievements
Rank 2
answered on 10 Feb 2014, 08:07 PM
Petyo,

So our app is 100% Kendo Mobile. The list view is in a drawer. It works fine in the simulator. We are testing it on the iPad using Appbuild the companion app. That's when it is failing. 

When we test on any Android device it works fine. It works on the iPhone, but it doesn't work on the iPad. 

Thanks for your help.

Rodney,

0
Accepted
Kiril Nikolov
Telerik team
answered on 12 Feb 2014, 03:15 PM
Hello Rodney,

I have updated your application to the 2013.3.1411 version (the latest possible, containing all the fixes) and tested it on an Ipad. It seems to be working as expected, please check the attached video.

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
ListView (Mobile)
Asked by
Rodney
Top achievements
Rank 2
Answers by
Kiril Nikolov
Telerik team
Rodney
Top achievements
Rank 2
Petyo
Telerik team
Share this question
or