Hi,
my client wants to build a mobile friendly attendance tracker app for his soccer club. His vision is for his coaches to be able to access the attendance tracker on their iPhones. I've been playing around with this and have created a basic attendance tracker with the bare minimum of required info. Grid view seemed like the most sensible way to display the tracker because coaches will have 5-10 students per class and this would allow them to quickly tick people off.
However, when I try to access the grid view via mobile (https://creator.zoho.com/ahatton/kidsoccer/view-mobile/Attendance_Editor), I instead see a summary view: This isn't what I want at all because there's no easy way to edit the attendance. You have to click on Edit each time, which would frustrate the coaches no end.
I did come up with a middle of the road solution: embedding the Grid view within an HTML view and then accessing the HTML view via the mobile site:
This works to a certain extent, but it's pretty ugly! I wonder if Zoho has got a mobile friendly Grid view in the pipeline?