Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
ethan
/
appframe
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit 4ab8f4b2
authored
2025-12-25 14:43:40 +0800
by
tanghuan
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
iso手势测试
1 parent
c906fd05
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
lib/ui/pages/link_page.dart
lib/ui/pages/web_page.dart
lib/ui/pages/link_page.dart
View file @
4ab8f4b
...
...
@@ -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
,
...
...
lib/ui/pages/web_page.dart
View file @
4ab8f4b
...
...
@@ -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
,
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment