We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
页面A的子视图使用PlatformView,这时候弹出一个透明页面B,这时候通过透明图层看PlatformView没有显示,但是在没有使用PlatformView的其他页面能正常显示,期望在弹出透明弹窗时PlatformView能正常显示
页面A的子视图使用PlatformView,这时候弹出一个透明页面B,这时候通过透明图层看PlatformView没有显示
BoostNavigator.instance .push('name', arguments:{}, withContainer: true, opaque: false);
var contaierVC: HZFBFlutterViewContainer = HZFBFlutterViewContainer() contaierVC.setName(options.pageName, uniqueId: options.uniqueId, params: options.arguments,opaque: options.opaque) contaierVC.modalPresentationStyle = .overFullScreen contaierVC.view.backgroundColor = UIColor.clear contaierVC.view?.isOpaque = options.opaque let navController = UINavigationController(rootViewController: contaierVC) navController.modalPresentationStyle = .overFullScreen navController.navigationBar.isHidden = true topVC.present(navController, animated: isAnimated) { }
iOS
3.16.9
5.0.1
No
The text was updated successfully, but these errors were encountered:
HZFBFlutterViewContainer 继承自FBFlutterViewContainer,直接用FBFlutterViewContainer也是一样的问题
Sorry, something went wrong.
No branches or pull requests
请描述遇到的问题,以及您所期望的正确的结果
页面A的子视图使用PlatformView,这时候弹出一个透明页面B,这时候通过透明图层看PlatformView没有显示,但是在没有使用PlatformView的其他页面能正常显示,期望在弹出透明弹窗时PlatformView能正常显示
请说明如何操作会遇到上述问题
页面A的子视图使用PlatformView,这时候弹出一个透明页面B,这时候通过透明图层看PlatformView没有显示
在下面填入关键复现代码
复现的平台
iOS
Flutter SDK版本
3.16.9
FlutterBoost版本
5.0.1
是否延迟初始化FlutterBoost
No
解决方案
The text was updated successfully, but these errors were encountered: