Hi,
I'm planning to create a News page in my app but i wish to show limited information (e.g. set a limit of 2 lines of information to be displayed for each news on the page) with a Read More button like the screenshot below, any ideas how to do it?
Hello,
There is no standard Appery.io option.
You can implement such feature with JavaScript, for example limit number of characters http://stackoverflow.com/questions/41...
For more appropriate solution you can search online.