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
private lazy var svgView: Macaw.MacawView = {
let macawView = Macaw.MacawView()
macawView.zoom.enable()
macawView.contentMode = .scaleAspectFit
return macawView
}()
As you can see i turned zoom on. But there is a strange behaviour. Verticall scroll works perfect, but horizontal dont.
When i try make a horizontal scroll, scroll stops at all.
I think it stops cuz of some of diagonal scroll intentions, but made horizontal scroll almost unusable.
what am i doin wrong?
thx
The text was updated successfully, but these errors were encountered:
Hi!
I made my map from MacawView.
private lazy var svgView: Macaw.MacawView = {
let macawView = Macaw.MacawView()
macawView.zoom.enable()
macawView.contentMode = .scaleAspectFit
return macawView
}()
As you can see i turned zoom on. But there is a strange behaviour. Verticall scroll works perfect, but horizontal dont.
When i try make a horizontal scroll, scroll stops at all.
I think it stops cuz of some of diagonal scroll intentions, but made horizontal scroll almost unusable.
what am i doin wrong?
thx
The text was updated successfully, but these errors were encountered: