Hello,
Trying my hands on mobile app.
I have designed menu. It takes first few values from database and I have used List control to show the values. When List finishes, I again have 3 values at the end (manual).
Problem is that now I am not able to scroll menu and go down to other options.
Please advice how should I go down to other menu options.
Thanks and Regards,
Suraj Borade
I added CSS property overflow-y:scroll; to the app menu.
It works fine for ios in browser but when I test on android I am still not able to scroll down.
Please advice.
Can someone please advice?