HalfModalPresentationController icon indicating copy to clipboard operation
HalfModalPresentationController copied to clipboard

Swipe down, sometimes up, causes screen to freeze and become unresponsive

Open Ryanauger95 opened this issue 6 years ago • 4 comments

Trying on XR 12.2, live phone not simulator

Ryanauger95 avatar Sep 13 '19 15:09 Ryanauger95

@Ryanauger95 You can fix this by mending HalfModalInteractiveTransition module line number 30.

super.wantsInteractiveStart = false

Screen Shot 2019-09-26 at 4 19 41 PM

ghost avatar Sep 26 '19 10:09 ghost

@aqeelbhat i just want to add your answer

for those of you who wants to add

super.wantsInteractiveStart = false

make sure that your target app is iOS 10 above or you need to wrap it

mazmik25 avatar Jan 28 '20 06:01 mazmik25

Still the same on iPhone 8 (iOS 13). @Ryanauger95 Even with after mending. @aqeelbhat

wzso avatar Mar 31 '20 06:03 wzso

#25 fixed

SuperY avatar Apr 09 '20 06:04 SuperY