capacitor-community / intercom

Enable Intercom for Capacitor apps
https://capacitorjs.com/docs
MIT License
58 stars 75 forks source link

"displayMessageComposer" does not accept messages with line breaks #103

Open Agemiro opened 5 months ago

Agemiro commented 5 months ago

The “displayMessageComposer” method does not accept messages with line breaks, for example: Intercom.displayMessageComposer({ message: "First line \nSecond line" });

Waiting to put the message in the chat input but the app closes by itself.

-SO - Android