scottmizo
scottmizo
Looks like cordova-cli 5.2 add a clean command which is loaded after the grunt-contrib-clean task. https://github.com/apache/cordova-cli/commit/9fcc4e6ff92ce858735b407107c52d5c6c381295 It's kind of hacky but during the 'Register tasks for all Cordova commands' I...
I've ran into this same issue. I believe the range start is correct but Capacitor is delivering the rest of the file and not honoring to end position.
@djgrove My guess is that the `window.turnstile.render` is being initiated by the `scriptLoaded` function. It's only checking for the element and not for the existence of `window.turnstile`. Your conditional render...