Page 1 of 1

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

Posted: Mon Oct 07, 2013 8:12 pm
by supriya hirurkar

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


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

Posted: Mon Oct 07, 2013 8:23 pm
by Kateryna Grynko

Hi Supriya,

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


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

Posted: Tue Oct 08, 2013 8:23 am
by Maryna Brodina

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


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

Posted: Tue Oct 08, 2013 4:47 pm
by supriya hirurkar

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.


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

Posted: Tue Oct 08, 2013 8:54 pm
by Kateryna Grynko

Hi Supriya,

What is the Android version?


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

Posted: Tue Oct 08, 2013 9:10 pm
by supriya hirurkar

Hello Katya, it is 4.2.2


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

Posted: Wed Oct 09, 2013 8:56 am
by Maryna Brodina

Hello! We're working on it.


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

Posted: Thu Oct 10, 2013 1:13 pm
by Maryna Brodina

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


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

Posted: Fri Oct 11, 2013 12:27 am
by supriya hirurkar

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?


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

Posted: Fri Oct 11, 2013 8:06 am
by Maryna Brodina

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.