pitAlex
pitAlex
Hello, so I've been digging around and I've noticed that CDVWKWebViewEngine+CodePush.m doesn't seem to be used. I mean in codePush.m on line [self.webViewEngine loadRequest:[NSURLRequest requestWithURL:url]]; it seems to invoke that...
I have a new update. I believe this is a cordova-ios issue or this plugin needs to be updated to overwrite CDVWebViewEngine loadRequest method. I've installed cordova-plugin-ionic-webview, leaving everything as...
Its because the library is made to use elem.offsetTop. But you should change it to walk up the given element's parents until it reaches the zenscroll container. Is the fix...
So first run will work, its afterwards then it doesn't do anything. For my issue I am syncing minified js from one place to another. I first minify with gulp-uglify...
I'm on mac sierra, with the latest gulp and node, and here is how it fails using the code above: ` 'use strict'; const fs = require('fs'); const syncy =...
Thats what I suspected, however updateAndDelete means also delete any files that are in "dest" but not in "src", correct? You should make the delete option separately then, because the...
I don't think its duplicate of #664 because ``cordova build`` works. Build in Xcode works. Only ``cordova clean`` fails in my situation.
The way I got around this was having 2 xcodes. The 10.3 for cordova commands and the 11 for running in the new simulators and even creating ipas.