Norman Breau
Norman Breau
> poor interaction between floating-point math and the algorithm this project implements. I generate polygons from line strings by buffering them in one of my analytic projects and I've encountered...
Run into this same issue on a different dataset, so I can provide additional information that can hopefully help move this issue forward. Version `[email protected]` The stacktrace: ``` Error: Unable...
> Alternatively we could wait until the first actual drag to call the callback (rather than mousedown). I'm interested in hearing pros/cons to this if anyone has any. In my...
The main issue is your webview instance is being destroyed. When this happens, Cordova needs to create a new webview and reload. This is problematic because just because the webview...
Root paths aren't assignable in Android. If you're using the filesystem strategy (e.g. ``) then the root is `file:///android_assets` which is a special android folder that leads to the running...
I would advise to only use the `cordova.file` constants in conjunction with the cordova file plugin apis. They will always reference file paths through the file protocol. So they may...
My suggestion about using the relative paths applies when you're using the DOM apis, such as pathing used in HTML or CSS (e.g. ``) If you're using the cordova file...
> Yes sure... but I like to convert all in only one system using the standard web view APis. Not really sure if this is what you're looking for but...
I installed `cordova-plugin-device-settings` and looked at the source code that appeared in the `node_modules` and that plugin didn't do much anyway, it only provided an API to determine if the...
Related to: https://github.com/apache/cordova-ios/issues/944 (Cookies issue) A potential workaround is documented at https://github.com/apache/cordova-ios/issues/944#issuecomment-660035130