@noborder My app using the share plugin and crash happen when User tapped on the close button of UIActivityController
Steps to Reproduce
A small application to reproduce the bug(最小化可复现的demo)
- Present a FLBFlutterViewContainer A
- Tap to share button in FLBFlutterViewContainer A
- The App presents a UIActivityController B
- Tap to close button on UIActivityController B -> app crash
Flutter Boost Version
1.12.13+hotfix.9
Target Platform:
iOS
Target OS version/browser:
13.1.2
Devices:
iPhone
2条答案
按热度按时间6l7fqoea1#
@xujim : Do you have any idea about this issue?
c3frrgcw2#
@xujim : I found root cause as the below:
When close UIActivityController, the Apple call parent.dismissViewController, it will trigger dismissViewController func of BoostContainer, and then engine has gone. :(
My dirty fixing: present UIActivityController on another window