Norman Breau

Results 826 comments of Norman Breau

Are you waiting for the [deviceready](https://cordova.apache.org/docs/en/latest/cordova/events/events.html#deviceready) event before executing `cordova.InAppBrowser.open('www.google.com', '_blank')`? Documentation could be improved imo, but it does mention it at https://github.com/apache/cordova-plugin-inappbrowser#installation ... just seems to be in odd...

Based on https://github.com/apache/cordova-android/blob/master/framework/src/org/apache/cordova/ConfigXmlParser.java I don't think android supports having preferences inside the `` tags... Which I think is problematic. But does it work if you move the preference outside of...

Both of these properties works for me on `cordova-android@9` inside and outside the `` tag, can you try upgrading the platform? If it still fails for you on `cordova-android@9`, then...

I'm assuming you're already have the [auto hide flag](https://cordova.apache.org/docs/en/11.x/core/features/splashscreen/index.html#autohidesplashscreen) off so that you control when to hide the splashscreen via the `.hide()` call, however I want to note that doing...

If I understand it correctly, in you're environment you effectively have `umask` set to something restrictive, like read-only, so when cordova creates a new directory, by default it only has...

Ok, I still don't quite understand though. The template repository is found at https://github.com/apache/cordova-app-hello-world All the files appear to have owner R/W, group R/W, and world Read permissions, which I...

My concern is the template is only one cog of the machine.... We utilise several third-party tooling that also creates directories and file structures. Like the Android SDK uses Gradle...

> Well, I have no idea what that's supposed to do, but I get the following result: It installs the gradle wrapper. I have been assuming you're potentially working with...

`insight` is what collects telemetry data, assuming the user has opted in. There was previous talks about stripping it already but it was ultimately decided to keep it "for now"...

> But now i am seeing its thousands of useless terminal messages just soaking up buffer. What I believe you're seeing is the stdout underlying tool `xcodebuild` (maybe confirm?), which...