dyn addcard

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-05-22 14:12:14 +08:00
parent 4bd4178cbf
commit b6aa6aebb9
7 changed files with 656 additions and 59 deletions

View File

@@ -33,7 +33,7 @@ class _WebviewPageState extends State<WebviewPage> {
final RxString title = ''.obs;
final RxDouble progress = 1.0.obs;
bool? _inApp;
bool? _off;
bool _off = false;
InAppWebViewController? _webViewController;
@@ -282,7 +282,7 @@ class _WebviewPageState extends State<WebviewPage> {
bool hasMatch = await PiliScheme.routePush(
navigationAction.request.url?.uriValue ?? Uri(),
selfHandle: true,
off: _off ?? true,
off: _off,
);
// debugPrint('webview: [$url], [$hasMatch]');
if (hasMatch) {