Frans Bouwmeester
Frans Bouwmeester
Stumbled over the same problem. Seems to be caused by PhantomJS: https://newbedev.com/phantomjs-failing-to-open-https-site Specifically it doesn't seem to support the new Let's Encrypt Root Certificate. I might try to patch html-pdf...
Just stumbled over a similar issue in the JS SDK. Maybe this approach has now been added to other Parse SDK's as well. We suddenly got this error in one...
Just stumbled over the same issue. As quick workaround for just being able to open a _system window, this seems to work (tested on iOS): `cordova.exec(iaRef._eventHandler.bind(iaRef), iaRef._eventHandler.bind(iaRef), 'InAppBrowser', 'open', [url,...
What about a plug-in architecture to render and/or preview cells? Theoretically it would be possible to dynamically load components that could render a cell and/or provide a popup for viewing/editing....
Happy to share when I get something working. For now unfortunately little time to play around but hope to get some time soon as I have a similar requirement for...
@mtrezza sorry, missed this during testing after changing to generatePath. I'll look into this and fix it with a new PR.