shareItem() {
this.socialSharing.share(this.item.name+"number-"+this.item.number+"address-"+this.item.address
+"roll-"+this.item.roll);
)
when i share the value this value send as a paragraph,like sourav halder number-123456 address-kolkata roll-10
but I want to generate a new line like below
How can i do?
Sourav Hader
number:12345
address:kolkata
roll-10
how can i do that. please help out any one.