Norman Breau

Results 826 comments of Norman Breau

The latest comment: >After our ABTest, we determined that this problem was caused by incorrect hardware acceleration configuration > >Scenario: > > Application has hardware acceleration turned on > LaunchActivity...

> but now with scoped storage it is not practical if I want to allow the user to choose where they want to save the file. Why isn't it practical?...

> It really is the way forward for file saving on Android. That's not entirely accurate. Scoped Storage (And the MediaStore APIs) are for dealing with files that uses the...

To addon... Starting with API 33, `READ_EXTERNAL_STORAGE` permission is going to change and be no-op, with 3 more specific read permissions replacing it, for audio, video and images. Which I...

> How can I permanently add my edit: config.build_settings['ARCHS[sdk=iphonesimulator*]'] = 'x86_64' I think the only way to do this without modifying the framework is to utilize a `before_build` hook, but...

To be clear the `package.json` is not used for versioning. Only the `config.xml` is. `package.json` is not suitable because you can optionally use different version numbers for each platform, which...

> is something like this possible for plugin.xml ? No, and it sounds like quite a task to implement so I don't foresee this becoming a feature anytime soon. Larger/advanced...

We already have a system in place to do this, assuming the plugins are using `` directives, however in many cases merges aren't automatically resolvable. I'm not saying the ``...

> The env(safe-area-inset-top) variable should apply correct top padding to accommodate notches/status bar. The android webview has never correctly handled safe area inset information, even before API 35. (And yes...

Using `_system` means you're leaving the app by launching the device's preferred web browser, which places your app in the background. Once the app is in the background (for any...