Chris

Results 34 comments of Chris

event with this set to true, the `onDownloadStartRequest` is not triggered. ```dart InAppWebViewGroupOptions options = InAppWebViewGroupOptions( crossPlatform: InAppWebViewOptions( clearCache: true, javaScriptEnabled: true, useOnDownloadStart: true, useShouldOverrideUrlLoading: true, mediaPlaybackRequiresUserGesture: false, horizontalScrollBarEnabled: false,...

the method `onDownloadStartRequest` is actually called. Ina web browser they are a few ways it handles a file download: - a direct link to the file (i.e.: a PDf, a...

stumble on the same error... I see that the plugin OFFLINE.Mall is succeeding to inject the twig env when it uses the currency formation function for the IntlExtension, but I...

I needed to upgrade to a more recent TW version for a client project anyway. It is feeling quite necessary for this Mall theme, TW has lots of new interesting...

added this package but i am having this other error on iOS: ``` [VERBOSE-2:dart_vm_initializer.cc(41)] Unhandled Exception: PlatformException(channel-error, Unable to establish connection on channel., null, null) #0 WKWebViewConfigurationHostApi.create web_kit.g.dart:1008 ``` the...

just that I didn't see it in the documentation, something like what would be a typical flow for a component/app implementing the cart plugin

not much trace log with a memory error. it is doing a search in the MALL products, so I guess it is using the `ProductSearchProvider` the search input is limited...

2 entries only

it is the `ProductSearchProvider` who is raising the exception. we have 100k of products/variants in the MALL index. searching with 1, 2 or 3 characters raised the exception. 4 characters...

thanks for your answer @tobias-kuendig could set a limit property in the component be easier to solve this kind of issue?