PEConn

Results 80 comments of PEConn

The splash screen covers two things - the browser launching and the page loading. We can't really get away from there being a delay when the browser launches (especially when...

The splash screen hides the following: 1. The TWA shell starts up. 2. The TWA shell launches Chrome. 3. Chrome loads the page. During step 1, the TWA shell is...

You can set the colour of the navigation bar while the phone is in dark mode using [android.support.customtabs.trusted.NAVIGATION_BAR_COLOR_DARK](https://github.com/GoogleChrome/android-browser-helper/blob/main/androidbrowserhelper/src/main/java/com/google/androidbrowserhelper/trusted/LauncherActivityMetadata.java#L69) in the manifest, [like this](https://github.com/GoogleChrome/android-browser-helper/blob/6be9bb7e3fc5bf0bd228ea4e3ad6e5649e9c218f/demos/twa-basic/src/main/AndroidManifest.xml#L47). Is that what you want to do?

Oh right. So for the Android status bar (the one at the top), Chrome lets that be set to the website's theme-color. We could do the same for navigation bars,...

Hey, could you provide some context on why you are doing this?

Hey, what feature are you trying to add to your TWA? The official way of fixing this issue would be to add a [feature](https://github.com/GoogleChromeLabs/bubblewrap/tree/main/packages/core/src/lib/features) that would include all the code...

Thanks for the response - I'll give @playwright/test a look.

Hey, thanks for the updates. @rayankans and I had a look over the new version. It addresses our comments and we think it's in a good shape. (FYI, the "Use...

Having both fingerprints in your asset link file is definitely more convenient, and it's something that I personally do. However, my TWAs are for testing, so I'm not too concerned...

Could you say why this branch doesn't compile? What are we waiting for?