Added width: geometry.size.width to the spacer Color.clear.frame() to constrain the VStack width, matching the LegacyView implementation. This prevents NativeWebView content from overflowing the screen width. The explicit width on the spacer propagates to the parent VStack, which then constrains all child views including NativeWebView.