jacobg
jacobg
Oh one other thing, if the search text is not found, the Maz UI throws an uncaught exception. It would be nice not to do that, as it's a normal...
I created a forked repo to resolve this issue: https://github.com/jacobg/cordova-plugin-wkwebview-file-xhr It simply changes the `HttpHandler._error` handler as follows: ```javascript HttpHandler._error = function (reqContext, error, underlyingErrorCode) { var isTimeout = (HttpHandler._UNDERLYING_ERROR_CODES.NSURLErrorTimedOut...
With the latest version of cordova ios and better support for wkwebview, I stopped using this plugin.
Running in iOS simulator, the `navigator.connection.type` starts off with value `wifi`. If I turn off the host wifi, then the `type` becomes `none` as expected. But when I turn wifi...
Thanks @subins2000 The caching doesn't seem to take effect, because on either version 1.5.0 or 1.7.0 there is an upstream failure right now. It should be cached as I use...
> shentao commented on Jun 5, 2017 > Yup this is how I imagine this. However, this would make it impossible to select a value that is not yet present...
Here is an SFC wrapper below called KeyMultiselect I wrote to support this scenario. I updated this post on March 1, 2019, in case anyone wants the updated version since...
@shentao What is this v3 rewrite? ... BTW, this component is fantastic. You may be bothered by "what's in the sausage", but from the app developer and user point of...
Since my original post above with a key based multiselect, I've updated it. Check out my edited post above for the latest version I am using. There's also a link...
It would be useful also to be able to specify command line arguments or a build.json file served to the `cordova build` command. I need to be able to do...