Page 1 of 1

How to display information with line limit i.e 2 lines of information

Posted: Sun Feb 01, 2015 9:56 am
by Rui Song Chong

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?

Image


How to display information with line limit i.e 2 lines of information

Posted: Sun Feb 01, 2015 10:36 am
by Alena Prykhodko

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.