iOS and ES6 modules

2023-08-16 Thread Michael Gatto
Hi, I’m trying to confirm if cordova-ios 6.x accommodates es6 modules, both the import syntax as well

Re: How to: Commits across cordova-* repos

2023-07-14 Thread Michael Gatto
directory; it only tests to confirm that the command exists in the installation. Thanks, ___ Michael Gatto · Senior Software Engineer · vinSUITE o: 707-253-7400 e: mga...@vinsuite.com vinsuite <https://www.vinsuite.com/> · twitter  <https://twitter.com/vinsuite>· facebook  <h

How to: Commits across cordova-* repos

2023-07-13 Thread Michael Gatto
Hi Cordova team, I have a series of commits which I want to propose with a PR. The commits are in: - cordova-browser, - cordova-serve, - cordova-lib, - cordova-cli. How do I reference that? And which repo gets the PR? A top-level one, or each of the above? Thanks, ___ Michael Gatto · Senior

Re: the future of cordova-plugin-wkwebview-engine

2020-05-21 Thread Michael Gatto
Hi, What exactly are the advantages to serving with the file protocol if Cordova doesn't need to? FWIW, I was never able to get WKWebView working without the additional XHR plugin, so serving from file holds no obvious advantage for me, at least. -- Michael Gatto ___ Michael Gatto · S

Re: Apache Cordova Performance Best Practices

2019-06-28 Thread Michael Gatto
operations such as rendering templates and looping over large array & objects. If you need more help with it, including my steps, contact me off-list at mga...@vinsuite.com Thanks, -- Michael Gatto On 6/28/19, 10:29 AM, "Furkan KAMACI" wrote: Hi All, I would like

iOS and fireDocumentEvent

2018-10-03 Thread Michael Gatto
Hello All, I’m trying to better understand a few things regarding Cordova iOS’s JS events. * Why do we need setTimeout with some events? * Are there any advantages to using fireDocumentEvent compared to fireWindowEvent? Thanks, -- Michael Gatto

Right place to file bug for InAppBrowser

2018-09-19 Thread Michael Gatto
Hello, I see some bugs filed for InAppBrowser in Cordova’s Jira. But since it’s a plugin, I’m unsure of whether I should do that, too, or create an issue on the plugin’s github page? Thanks, -- Michael Gatto