André Cipriani Bandarra
André Cipriani Bandarra
IMO, benchmarks are beyond the point here, given the differences between both APIs. For the sake of the argument, though, here's a [simple demo](https://tasteful-gainful-flea.glitch.me/) ([source](https://glitch.com/edit/#!/tasteful-gainful-flea)) that illustrates the difference. On...
I ran into this issue in my application. It turns out this happens because, even though the alpha channel sets the pixel to fully transparent, those pixels still have an...
Seems like a simple demo on how to use the library would be very helpful. I tried SW with Vanilla JS and I can tell that sw-toolbox makes life much...
🇧🇷 Oi Heitor! I can see the message when using the example PWA you shared using WebView implementation in this gist: https://gist.github.com/andreban/40b22d321e4fc2de3f05f7753b8cd927.  The sample is a bit more involved...
> Maybe a missing permission? The only permission added to the Android Manifest is: ```xml ``` I have [added the full Android Manifest to the gist,](https://gist.github.com/andreban/40b22d321e4fc2de3f05f7753b8cd927#file-androidmanifest-xml) just in case. Can...
This sounds like an issue more appropriate to file at https://github.com/GoogleChrome/android-browser-helper/ or bugs.chromium.org.
Adding some more details: - on Android, it's OK for a developer to bootstrap a TWA with an http URL, because [the URL launched by application is a concatenation of...
The post says assetlinks.json is required: > In order for the postMessage to work it requires a valid relationship between a website and the Trusted Web Activity app launching this...
It seems to be picking the name from [androidbrowserhelper/src/main/res/values/strings.xml](https://github.com/GoogleChrome/android-browser-helper/blob/main/androidbrowserhelper/src/main/res/values/strings.xml#L2). Doesn't looks like the string is used anywhere within the library, so it might be safe to just delete the line.
Thanks for the update! What I'm making sure I understand is *how* this PR solves the issue - my understanding is that the bug is caused by only re-transferring the...