Open jycouet opened 2 weeks ago
For me \n
does not work in mac. <br />
does 🤔
Although <br />
does not work when it's being shared to mobile app
Hummm, so I checked only on browsers windows desktop me.
If you wanna read a bit what issue was raised on my side: https://github.com/jycouet/jyc.dev/issues/2
Steps to Reproduce
I'm trying to have 2 lines, like this when I prepare a message
https://bsky.app/intent/compose?text=
But on Windows & Mac doens't have the same behavior.
On Windows
✅
<br>
https://bsky.app/intent/compose?text=line1%3Cbr%3Eline2❌
\n
https://bsky.app/intent/compose?text=line1%0Aline2✅
<br>\n
https://bsky.app/intent/compose?text=line1%3Cbr%3E%0Aline2On Mac
❌
<br>
https://bsky.app/intent/compose?text=line1%3Cbr%3Eline2✅
\n
https://bsky.app/intent/compose?text=line1%0Aline2❌
<br>\n
https://bsky.app/intent/compose?text=line1%3Cbr%3E%0Aline2Attachments
No response
What platform(s) does this occur on?
Web (Desktop)
Device Info
Windows & Mac
What version of the app are you using?
Build version: 1.92.1; Bundle info: dfbfcdd (prod); Bundle date: 24110420; Platform: web
Additional Information
Like to https://github.com/jycouet/jyc.dev/issues/2