mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-04-20 11:08:03 +08:00
dyn addcard
Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user