-
Notifications
You must be signed in to change notification settings - Fork 70
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Warmup browser #175
Comments
Thank you for the feedback. I do not have any plans to implement the |
Yes it will be a good feature as prefetching the urls is needed for seamless experience. Can you tell me if prefetching is already implemented as I need it as the warmup session is maintained until the app is open ? How to Prewarm Chrome Custom Tabs Initialize Chrome Custom Tabs ahead of time using the warmUp() method:
These methods allow Chrome Custom Tabs to reuse the TCP/TLS connections and load resources faster, leading to significant performance benefits. Why these methods are not available i got these through chatgpt? |
Closing this issue as it is a duplicate of #210 . |
There is a
warmup
API on CustomTabsClient.https://developer.android.com/reference/androidx/browser/customtabs/CustomTabsClient#warmup(long)
Do you have any plan to implement it to be able to call it from flutter?
The text was updated successfully, but these errors were encountered: