Commit 4ab8f4b2 by tanghuan

iso手势测试

1 parent c906fd05
......@@ -36,9 +36,9 @@ class LinkPage extends StatelessWidget {
: const Center(child: CircularProgressIndicator(color: Color(0xFF7691fa))),
);
// if (Platform.isIOS) {
// return scaffold;
// }
if (Platform.isIOS) {
return scaffold;
}
return PopScope(
canPop: false,
......
......@@ -102,9 +102,9 @@ class WebPage extends StatelessWidget {
: const SizedBox.shrink(),
);
// if(Platform.isIOS) {
// return scaffold;
// }
if(Platform.isIOS) {
return scaffold;
}
return PopScope(
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!