Shanzhi Chen

Results 19 comments of Shanzhi Chen

> @Coder7777 open issues are still open/not resolved. You can try one of the workarounds mentioned in this thread in the interim. I tried it, it can solve this bug...

> When running our Ionic project with the command `ionic capacitor run android -l --external` we are unable to get this library working. We are getting the following error when...

Choose Flutter, and make life easy. My new project had switched to the Flutter platform. So the common feature, however, there is no option in Ionic, it has passed 3...

same problem, nested navigation will not trigger the middleware. two and half years had passed.

```dart class AuthorizedRouterGuard extends GetMiddleware { @override RouteSettings? redirect(String? route) { var tokenCtrl = Get.find(); return JwtDecoder.isExpired(tokenCtrl.accessToken!) ? const RouteSettings(name: AppRoutes.password) : null; } } ``` ```dart Navigator( key: Get.nestedKey(1),...

I figure it out. do not open the wrong project file.

I found not only Pricing like this, for inventory is the same, always keeping INPROGRESS. I can get all orders, but it seems I can not modify anything.