Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

intent/compose & line break #6133

Open
jycouet opened this issue Nov 6, 2024 · 0 comments
Open

intent/compose & line break #6133

jycouet opened this issue Nov 6, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@jycouet
Copy link

jycouet commented Nov 6, 2024

Steps to Reproduce

I'm trying to have 2 lines, like this when I prepare a message https://bsky.app/intent/compose?text=

line1
line2

But on Windows & Mac doens't have the same behavior.

On Windows

<br> https://bsky.app/intent/compose?text=line1%3Cbr%3Eline2

line1
line2

\n https://bsky.app/intent/compose?text=line1%0Aline2

line1 line2

<br>\n https://bsky.app/intent/compose?text=line1%3Cbr%3E%0Aline2

line1
line2

On Mac

<br> https://bsky.app/intent/compose?text=line1%3Cbr%3Eline2

line1<br>line2

\n https://bsky.app/intent/compose?text=line1%0Aline2

line1
line2

<br>\n https://bsky.app/intent/compose?text=line1%3Cbr%3E%0Aline2

line1<br>
line2

Attachments

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 jycouet/jyc.dev#2

@jycouet jycouet added the bug Something isn't working label Nov 6, 2024
bigint added a commit to bigint/social-app that referenced this issue Nov 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant