Guy Nesher
Guy Nesher
@ocombe I'd be happy to open a pull request and change ` if (!isDefined(key) || !key.length) { throw new Error(`Parameter "key" required`); } ` to something like ` if (!isDefined(key)...
Not related to TypeScript versions, seem to be connected to Zone.js that modifies the HTMLElement type and adds an eventListeners property (yay). Any chance we could rename eventListeners to something...
Does not fix the problem for me, anyone else experiencing this?
Can someone please merge the fix, it's been 10 days
So if Ionic now bundles WKWebView by default, does that mean Ionic no longer support native interaction with the camera / photo library? That sounds a bit odd
@jaybloke thanks, I've also posted a question on their forum / stack overflow. There does seem to be a work around (https://medium.com/collaborne-engineering/my-cordova-nightmares-accessing-photos-from-the-phones-gallery-7528a0860555) which involves setting up a web server but...
the issue still exists...
@bennett000 we are working on a large codebase that was written in Angular 2 which was not built with AoT in mind. The transition is just painful as catching these...
Bug still exists. plugin.xml (for google analytics plugin) contains: ` ` I've tried changing the order of the lines - did not work I've also verified that my package.json is...