ryota yamamoto

Results 4 issues of 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,...

enhancement

- **fix: export JsonLD and JsonLDFunc types** - **feat: default tag position config**