Mobile view of data - more than 5 records per page!
I have a Client Directory View in my application
https://creator.zoho.com/egutshall/task-manager/#View:Client_Directory
I would like my users to access this directory from their mobile phones. When they do, it only displays 5 records at a time, which makes it pretty useless (imagine trying to get to a client #102 on the list!)
I embedded this view on my own website. However, if I embed the iframe snippet that requires login access, it is the same 5 records per page limitation. If I embed the javascript snippet it works great - all records are output and loads pretty fast - but there is no login required. I really dont want all my client data on a public web page without login access.
So the question is how to get around 5 record limit and still have login required.
Suggestions much appreciated.