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
Hello, when I use NavigationView 1.1.3 and https://github.com/guoyingtao/Mantis 2.21.0 at the same time, NavigationView will cause drag errors in Mantis
When the line “.implementNavigationView()” is commented, it works fine. When it is added, the problem occurs
This problem does not appear when previewing with #Preview. I only discovered it when I was packaging the simulator or debugging on the real device. I am very confused now
The text was updated successfully, but these errors were encountered:
Thank you, don't worry, I found another solution. Now there is no problem in presenting the view corresponding to the Mantis library through fullScreenCover
Hello, when I use NavigationView 1.1.3 and https://github.com/guoyingtao/Mantis 2.21.0 at the same time, NavigationView will cause drag errors in Mantis
When NavigationView is not used:
7_1721081055.mp4
After using NavigationView:
6_1721081051.mp4
Code Sample:
Test image:
Steps to reproduce:
When the line “.implementNavigationView()” is commented, it works fine. When it is added, the problem occurs
This problem does not appear when previewing with #Preview. I only discovered it when I was packaging the simulator or debugging on the real device. I am very confused now
The text was updated successfully, but these errors were encountered: