supriya hirurkar
Posts: 0
Joined: Fri Aug 30, 2013 8:57 pm

Search Filter is not working on the device whereas it works well on the browser.

Hello, when I run the app on the tablet, the search filter does not work on the device and the screen freezes, whereas it works as it is supposed to while testing on the browser. Attaching the screen-shot of the device. Help is appreciated. Image

Kateryna Grynko
Posts: 0
Joined: Thu Nov 15, 2012 9:13 am

Search Filter is not working on the device whereas it works well on the browser.

Hi Supriya,

We will test the issue on device. This will take some time.

Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

Search Filter is not working on the device whereas it works well on the browser.

Hello! Could you please post your public app app link and tell what device/version you use?

supriya hirurkar
Posts: 0
Joined: Fri Aug 30, 2013 8:57 pm

Search Filter is not working on the device whereas it works well on the browser.

Hello Marina, I have already shared the app with you. I am using IdeaTablet A3000-F(Lenovo)
I also would request you to suggest something for scrolling down in the grid. I have tried several ways but nothing seems to be really working.

Kateryna Grynko
Posts: 0
Joined: Thu Nov 15, 2012 9:13 am

Search Filter is not working on the device whereas it works well on the browser.

Hi Supriya,

What is the Android version?

Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

Search Filter is not working on the device whereas it works well on the browser.

Hello! Create JS asset with the folowing code:
pre$( window ).resize(function() {
Appery.adjustContentHeight();
});/pre

supriya hirurkar
Posts: 0
Joined: Fri Aug 30, 2013 8:57 pm

Search Filter is not working on the device whereas it works well on the browser.

Hello Maryna, I would try that. But why should it act differently on the machine than how it is while on the browser during testing?

Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

Search Filter is not working on the device whereas it works well on the browser.

Hello! In browser there is no soft keyboard. When it shows/hides screen size changes. The problem is that when keyboard hides - resize event should be triggered for window (but there is some short delay - maybe it's device specific issue) and window resizing doesn't work. That's why we suggested to bind window resizing on window resize event.

Return to “Issues”