You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a simple note app and want to bring it to watchOS with syncing. However, on iOS, the user could add a note with newlines, but on watchOS, if the user tries to edit the note, it will remove all the newlines since TextField does not support newlines. The severely limits what we can do on watchOS.
The same applies to TextFieldLink.
The text was updated successfully, but these errors were encountered:
Description
I have a simple note app and want to bring it to watchOS with syncing. However, on iOS, the user could add a note with newlines, but on watchOS, if the user tries to edit the note, it will remove all the newlines since TextField does not support newlines. The severely limits what we can do on watchOS.
The same applies to TextFieldLink.
The text was updated successfully, but these errors were encountered: