Norman Breau

Results 826 comments of Norman Breau

>This is absolutely not true. As long as you don't change the primary purpose of the app, you are allowed to serve it from remote server. Our apps are in...

Just some research information: > getWindow().setFlags(WindowManager.LayoutParams.FLAG_FULLSCREEN, Replacement: https://developer.android.com/reference/android/view/WindowInsetsController#hide(int) (Replacement requires API >= 30) > FLAG_FORCE_NOT_FULLSCREEN An "accidental API" not intended to be used by third-party apps with no replacement, but...

> how would you define a third party cookie? Third party cookies are cookies set from a different origin. Your cordova webview will either have an origin of `null` or...

In more detail... in my apps, I have an authentication API that returns a JSON response, which contains the user's auth token, which I request via `XMLHttpRequest`. I don't actually...

> splashscreen is always displayed at startup This is enforced by Android starting with Android 12, and mimicked by the android compatibility layer for older android versions. Cordova cannot disable...

I'm failing to understand what you're really trying to do. It sounds like there might be a misunderstanding of the Cordova's architecture here. > I have some logic which is...

This is a common issue if you're using the `DATA_URL` destination.

If you use `DATA_URL`, I would try using `FILE_URI` instead. I explain why in more detail in another thread here: https://github.com/apache/cordova-plugin-camera/issues/528#issuecomment-556095740 But TL;DR version is, you're probably seeing a black...

Can you reproduce (including it working on cordova-android@10) this on an emulator or on a device that simulates notches (using the Developer Options)? In my experience, CSS safe area insets...

> Sorry, but any update on this? Anything else I could try? Thank you! Sorry, I haven't had a chance to look at this myself. I'm not really sure at...