My MacBook speakers have started crackling on every sound since macOS 26 Beta 1, the problem is still the same on Beta 9.
Happens especially when Simulator is opened.
Selecting any option will automatically load the page
Post
Replies
Boosts
Views
Activity
I'm making a Note app, it has groups on main page with notes inside. So I use NavigationLink to go into the group to see notes inside, and then open the note with its NavigationLink to get the detail view.
Note detail view has a ScrollView, but the thing is, when I try to use my finger to scroll, this view dismisses and brings me back to the group detail view with its notes..
Files to check:
NoteView (which dismisses on scrolling, line #19)
GroupDetailView (view with the NavigationLink to the NoteView, line #127)
Link to my project --->
GitHub