André Cipriani Bandarra
André Cipriani Bandarra
I guess the best place to document the AppsFlyer flow is in the AppsFlyer docs themselves. Nevertheless, any updates here?
It seems generating the `intent-filter` is not sufficient for handling this. In the example below, the intent-filter would enable the app to handle `web+jnglstore://` intents. But we also need to...
> @andreban Can this approach be applied to WebAPK too? I'm not familiar with the WebAPK codebase. @PEConn may know.
There's more context in #515
@anbraten there's not description to this PR or related issue. Could you provide an overview of what this is trying to achieve and why to the description?
That's great, thank you! - how would one go about to use it? Could you add some docs on how to use?
Would you be able to share your `twa-manifest.json` file and the application APK so I can try to reproduce?
Validation uses a PageSpeed Insights endpoint. If the endpoint is unreacheable, the call will fail. It doesn't stop the project from building though. @nohe427 I' wondering about just removing validation...
#675 removes the validation from the build step. We should also consider deprecating the validate command and package.
Unfortunately, this is an issue with the JVM on Windows, and there isn't much that can be done in Bubblewrap. It seems the JVM requires contiguous memory addresses when allocating...