37 Commits
Author SHA1 Message Date
mylnikova.alisa 74c070e9a3 Merge pull request #290 from Shonchik/fix-scroll-header
Fix scroll headerView
2026-05-12 18:04:01 +07:00
Prashanth GovindarajandClaude cd4977e60c Fix .scroll popup shifting off-screen when keyboard appears (issue #281)
When useKeyboardSafeArea(true) is used with a .scroll type popup, the
keyboard height was applied to the popup's Y offset, causing the entire
popup to move up by the full keyboard height and go off-screen.

Fix: for .scroll type, skip the frame-level keyboard offset and instead
subtract keyboardHeight from the ScrollView's maxHeight constraint, so
the scroll area shrinks while the popup stays anchored at the bottom.

Also adds a reproduction case to the example app under Inputs >
"Scroll + Keyboard (issue #281)".

Co-Authored-By: Claude <noreply@anthropic.com>
2026-05-01 20:37:49 -07:00
Shonchik bdffff49d7 Remove introspect 2026-04-28 16:34:30 +07:00
Shonchik 336c45ae5a Fix scroll headerView 2026-04-28 15:40:18 +07:00
Shonchik b5130ad4d0 Update examples, update allowTapThroughBG to false by default 2026-04-15 14:53:55 +07:00
Denis Obukhov 32f1b9ea3b Fix not focusable popups on TVOS; add Back command via a remote 2025-12-08 17:11:04 +07:00
Denis Obukhov 5d820b48ab Fix drag to dismiss modifier conflicting with inner scroll view 2025-12-03 21:43:05 +07:00
AlisaMylnikova 6d875d432e Add allowTapThroughBG parameter 2025-06-04 14:17:24 +07:00
AlisaMylnikova 618ac0d6d1 Fix keyboard dismiss tracking 2025-04-08 13:07:57 +07:00
AlisaMylnikova e127c17f44 Update readme 2025-03-26 17:34:37 +07:00
AlisaMylnikova 80023eb0d5 Deprecate cocoapods 2025-03-21 19:02:38 +07:00
AlisaMylnikova fe9f5d8dbe Fix env dismiss for .window 2025-02-12 16:36:07 +07:00
AlisaMylnikova e958d95620 New popup using UIWindow (WIP)
animatableOpacity changes

Fix

Fix

Update
2025-01-16 18:31:26 +07:00
AlisaMylnikova e035620405 Fix code formatting 2024-09-11 12:38:20 +07:00
happyo 03a516a2bb @dev # Add item example 2024-08-18 12:19:17 +08:00
happyo 535bd01421 @dev # Add environment dismiss 2024-08-18 12:17:40 +08:00
AlisaMylnikova 21119b8dbb Update Introspect
Add alternative name

Update package

Update package

Update package
2024-07-08 16:21:49 +07:00
AlisaMylnikova 654cbe5989 Fix example 2024-07-02 18:11:49 +07:00
AlisaMylnikova af8234cb05 Add restrictions for .scroll popup type 2024-07-02 18:01:12 +07:00
AlisaMylnikova 67a1327f52 Add ios 18 support 2024-07-02 13:50:41 +07:00
AlisaMylnikova 038f37d281 Add zoom animation and disappearTo 2024-06-21 15:50:52 +07:00
Sergio Santos f95d9885aa Added zero size for visionOS to fix compilation error.
Added visionOS platform to sample project.
2024-06-03 18:52:53 +02:00
AlisaMylnikova 397b9f2c66 Fix scroll popup type alignment 2024-05-07 14:40:50 +07:00
lashlyn 4e40cbb8a9 set default color scheme (light) 2024-03-11 12:58:22 +07:00
lashlyn 069d637dea add conditions for os 2024-02-27 17:25:23 +07:00
lashlyn 52d04255df fix comments 2024-02-27 15:22:16 +07:00
lashlyn 70a8ecf186 fix pr comments 2024-02-26 13:24:33 +07:00
lashlyn 91010c83c6 add scrollView custom header 2024-02-20 14:32:00 +07:00
lashlyn 9d42778555 add scroll-view bounces dismiss handler 2024-02-19 13:30:06 +07:00
AlisaMylnikova 6d1cd94d87 PR fixes 2023-10-24 14:21:58 +07:00
mylnikova.alisa ef00f5a1da Merge pull request #151 from exyte/fix/opaque-toolbar-bug
Fix/opaque toolbar bug
2023-10-24 14:20:48 +07:00
Alex.M 3ab75ebc43 Apply the design to an example popup with a text field; 2023-10-23 16:50:36 +06:00
AlisaMylnikova 2d9f9f25c7 Add will dismiss closure 2023-10-20 15:47:41 +07:00
Alex.M 06a707ed04 Add example for sheet with inputs and toolbar; 2023-09-28 12:58:28 +07:00
AlisaMylnikova 28ee62ffef Add more popups positions and animation directions 2023-06-09 15:33:24 +07:00
AlisaMylnikova 31b22b4e02 Add watchOS 2023-05-15 13:21:07 +07:00
AlisaMylnikova 2ecf844f38 Restore macOS and tvOS 2023-05-04 16:36:55 +07:00