Commit 5171c860 by tanghuan

ios手势测试

1 parent 04f737bd
...@@ -121,6 +121,7 @@ class WebPage extends StatelessWidget { ...@@ -121,6 +121,7 @@ class WebPage extends StatelessWidget {
canPop: false, canPop: false,
onPopInvokedWithResult: (didPop, result) async { onPopInvokedWithResult: (didPop, result) async {
//if (didPop) return; //if (didPop) return;
debugPrint("^^^^^^^^^^^^^^PopScope^^^^^^^^^^^^^^^^^^^^^^^^^^^^^");
await ctx.read<WebCubit>().handleBack(); await ctx.read<WebCubit>().handleBack();
}, },
child: scaffold, child: scaffold,
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!