Changgo

Results 5 comments of Changgo

CustomWidget.showTipDialog( context: context, title: "提示", visible: false, onTap: () => Routes.finishPage(), content: Container( height: 300, child: Expanded( child: WebView( backgroundColor: Colors.transparent, initialUrl: url, gestureRecognizers: {}..add(Factory(() => LongPressGestureRecognizer())), //JS执行模式 是否允许JS执行 javascriptMode:...

IOS出现的问题 Android 没有此问题 有没有遇到过的

> +1 ,一样出现这个问题! 建议你从原生 看下 什么问题导致的

> 我也遇到了同样的问题,我是Android pad存在这个问题,备份后页面的布局完全变化了。安卓手机就没有这个问题。我尝试了await ScreenUtil.ensureScreenSize();没有效果。各位大佬们都怎么解决的?[@shichunlei](https://github.com/shichunlei) [@yi-boide](https://github.com/yi-boide) [@Jewel105](https://github.com/Jewel105) [@techouse](https://github.com/techouse) [@dmakeev](https://github.com/dmakeev) 退回到5.8.4 在clean