Norman Breau

Results 826 comments of Norman Breau

None of that shows what I asked for, which is the implementation that uses the cordova API. All code that was provided appears to be ionic's framework usage. Apache cannot...

I had a look at a plugin that I used to migrate local storage and the paths for the `UIWebView` the local storage was potentially stored in the caches folder,...

I really don't know but couple more things to try that wasn't mentioned: - `StatusBarOverlaysWebView` preference (feature provided by the [cordova-plugin-statusbar](https://github.com/apache/cordova-plugin-statusbar?tab=readme-ov-file#configxml)). If the plugin is installed it also defaults to...

I understand where you're coming from. AFAIK the MacOS bar is never semi-transparent so it doesn't make sense for the webview to ever overlay underneath it. It does somewhat makes...

> Maybe this is something we can manage automatically based on the existence of viewport-fit=cover/viewport-fit=cover? I don't think this sounds right from an API standpoint. `viewport-fit` is suppose to simply...

Wouldn't the Admob interstitials be it's own native view? It would have to manage safe area insets themselves it is. So it would be a problem with the admob library,...

Two potential causes. If you removed any plugins, without reintalling them, then you might have triggered known bug in the cordova lib: https://github.com/apache/cordova-lib/issues/927. If you can confirm if this is...

Ok, as it stands right now I think it's hard to say if you're experiencing the same cordova-lib bug or not. Cordova will print a warning if `deviceready` isn't fired...

I do not believe it's related to #1605 which simply makes `CoreAndroid` (a plugin itself) be loaded via "onload", which is the equivalent of it doing `` if it actually...

> When I use this code, the resource file gets copied to platforms/android/res/values, Android has a concept of build variants so i don't think it's a good idea to auto...