Thanks for being a part of WWDC25!

How did we do? We’d love to know your thoughts on this year’s conference. Take the survey here

.hoverEffect scaleEffect breaks scrolling in visionOS 26 beta 1

This modifier in visionOS 2.5 works perfectly with LazyVgrid inside a Stack in ScrollView:

.hoverEffect { effect, isActive, _ in
effect.scaleEffect(isActive ? 1.1 : 1.0)

But the grid does not scroll in visionOS 26 beta 1 unless the scaleEffect is commented out.

FB17941468

Answered by Vision Pro Engineer in 843054022

Hi @z3wind .

Thanks so much for posting! I've sent this to engineering team responsible and they will look into this!

Accepted Answer

Hi @z3wind .

Thanks so much for posting! I've sent this to engineering team responsible and they will look into this!

.hoverEffect scaleEffect breaks scrolling in visionOS 26 beta 1
 
 
Q