ryota yamamoto
ryota yamamoto
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?
Hi, I would like to send HSM having components. The raw json is like below. ``` { "to": "{number}", "from": "{channel}", "type": "hsm", "content": { "hsm": { "namespace": "{namespace}, "templateName":...
Currently, `useHead` can handle `MaybeComputedRef` like below: ```ts // static useHead({ title: "title", }); // function useHead(() => ({ title: someRef, })) // ref, computed, and reactive useHead({ title: someRef,...
20241211
- **fix: export JsonLD and JsonLDFunc types** - **feat: default tag position config**