Ali Akbar Azizi
Ali Akbar Azizi
I have same issue, if you go fast at bottom of scroll it keep loading next page and stay at bottom
relative issue: https://github.com/20lives/tailwindcss-rtl/issues/53
You need to make digital asset here is the link you can find information https://developer.chrome.com/docs/android/custom-tabs/headers/ Chrome version | CORS headers allowed -- | -- before Chrome 83 | whitelisted, non-whitelisted...
@jdnichollsc as I say there is no way to use digital asset with this library. so the issue is still exist.
> @aliazizi but as you mentioned, it's required to create a digital asset link manually following [these steps](https://developer.android.com/studio/write/app-link-indexing), what do you mean about adding that from this lib? 🤔 It's...
> > > @aliazizi but as you mentioned, it's required to create a digital asset link manually following [these steps](https://developer.android.com/studio/write/app-link-indexing), what do you mean about adding that from this lib?...
@jdnichollsc and I don't think this issue should be closed. it's a problem and it's a open issue with a valid repro code.
> @aliazizi did you follow this guide? https://developer.android.com/training/app-links/verify-site-associations#web-assoc > > BTW, what are you expecting from this lib? > > Please let me know! I'm not the issue owner, so...
> @aliazizi I mean, you requested to reopen this issue, but after checking the [official guide](https://developers.google.com/digital-asset-links/v1/getting-started) to set up a digital asset link, that needs to be configured from your...
Still I don't see how to use this library with validation assets, Since it need these code in `onCustomTabsServiceConnected` ``` mSession = client.newSession(callback); client.warmup(0); // Validate the session as the...