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.
Hi Supriya,
We will test the issue on device. This will take some time.
Hello! Could you please post your public app app link and tell what device/version you use?
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.
Hi Supriya,
What is the Android version?
Hello Katya, it is 4.2.2
Hello! We're working on it.
Hello! Create JS asset with the folowing code:
pre$( window ).resize(function() {
Appery.adjustContentHeight();
});/pre
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?
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.