-
Notifications
You must be signed in to change notification settings - Fork 329
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Paywalls
: fix template 5 scrolling on iOS 15 (#3608)
The previous implementation used `ScrollableIfNecessaryModifier` which is a hacky work around for iOS 15 not having `ViewThatFits`. To work around issues with that, specific to template 5, this new approach avoids the "if necessary" part on iOS 15 which removes the problematic usage of `GeometryReader`.
- Loading branch information
Showing
3 changed files
with
51 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
07f89b6e14d285d8b4534af32ba2f25935105a18 | ||
04bf0f2f07f042f642f50df0c876e805120c6e71 |