Commit 4ab8f4b2 by tanghuan

iso手势测试

1 parent c906fd05
...@@ -36,9 +36,9 @@ class LinkPage extends StatelessWidget { ...@@ -36,9 +36,9 @@ class LinkPage extends StatelessWidget {
: const Center(child: CircularProgressIndicator(color: Color(0xFF7691fa))), : const Center(child: CircularProgressIndicator(color: Color(0xFF7691fa))),
); );
// if (Platform.isIOS) { if (Platform.isIOS) {
// return scaffold; return scaffold;
// } }
return PopScope( return PopScope(
canPop: false, canPop: false,
......
...@@ -102,9 +102,9 @@ class WebPage extends StatelessWidget { ...@@ -102,9 +102,9 @@ class WebPage extends StatelessWidget {
: const SizedBox.shrink(), : const SizedBox.shrink(),
); );
// if(Platform.isIOS) { if(Platform.isIOS) {
// return scaffold; return scaffold;
// } }
return PopScope( return PopScope(
canPop: false, canPop: false,
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!