André Cipriani Bandarra
André Cipriani Bandarra
#50 depends on a change in Chrome - [crbug.com/816798](https://crbug.com/816798). Please, do star the issue. The problem is that the browser is unable to validate Digital Asset Links while the user...
@markwylde it is possible to add something like this to Bubblewrap. However, we are prioritising solutions that will work across all platforms where Trusted Web Activities are supported (Android and...
> The resource files and Android manifest could be templated with lodash directly, bypassing Gradle. Is this something you'd be open to? I'd be open to this without problems. A...
I'm not sure I understand the request correctly. The naming convention we are using is the same as used by the [Web Manifest display field](https://developer.mozilla.org/en-US/docs/Web/Manifest/display), but with only `standalone` and...
Gotcha - unfortunately, the logic that parses the parameter [seems to be ignoring sticky mode](https://github.com/GoogleChrome/android-browser-helper/blob/master/androidbrowserhelper/src/main/java/com/google/androidbrowserhelper/trusted/LauncherActivityMetadata.java#L227-L234). The upside is that's an easy fix. Once that's fixed, we'd have to introduce a...
I filed an issue against android-browser-helper to fix the `immersive-sticky` mode support here: https://github.com/GoogleChrome/android-browser-helper/issues/245
[android-browser-helper-2.2.0](https://github.com/GoogleChrome/android-browser-helper/releases/tag/androidbrowserhelper-2.2.0) has been now released with the change we need to address this.
Re-opening as the actual feature-request wasn't solved here. Copying from #449: >It seems that what you are looking for is a [translucent status bar](https://medium.com/androiddevelopers/translucent->systembars-the-right-way-across-api-levels-and-themes-6d7ddda21396), which is not currently supported by...
If I understood correctly, the request is to have a `-y` flag that automatically accepts all prompts and installs the JDK and Android SDK. I don't think this route is...
Sounds like a fair request, and a good first issue. I don't think this will be a priority for now, but happy to guide anyone looking into implementing.