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
Cannot reproduce. Are you able to provide more details?
Are you using the test app delivered within this repo? If not, please provide sample code.
Which device/simulator are you testing on? (with exact iOS version).
structDataPoint:Identifiable{varid=UUID()varname:String}structContentView:View{vardata:Array<DataPoint>=[DataPoint(name:"A"),DataPoint(name:"B"),DataPoint(name:"C"),DataPoint(name:"D"),DataPoint(name:"E"),DataPoint(name:"F"),DataPoint(name:"G"),DataPoint(name:"H"),DataPoint(name:"J"),DataPoint(name:"K"),DataPoint(name:"L"),DataPoint(name:"M")]varbody:someView{NavigationView{NavigationLink(destination:QGrid(data,
columns:1,
columnsInLandscape:4,
content:{ data inVStack{Text(data.name)}})){Text("navigate to QGrid")}}}}
The wrong number of columns are displayed, when opening the app directly in landscape. The initial device orientation is not detected.
The text was updated successfully, but these errors were encountered: