1
votes

On the play store app my app description looks quite nice. On the web however it looks really wrong. The bold looks too bold which I can live with, but the spacing is off. You need two line breaks to achieve the same thing as you can see on the play store. However this in turn would mess up the formatting on the play store app. Any advice on how to do this? I'm thinking <br> might help but some sources say that it doesn't accept it.

1

1 Answers

1
votes

I tried out <br /> and it worked. All you have to do is write it like this:

This is a line <br />

This is the next line

This results in proper formatting in both the app and web.