xjccc

Results 32 comments of xjccc

> 在苹果手机上, h5页面使用callapp-lib 唤醒app, 从打开的app再切到h5页面,发现又提示了弹窗,是否用app-store 打开,这是因为什么啊,本身有定时器吗,怎么关闭啊 先把超时时间调整长一些

> > > @wenjoy ts is ok ? i think esbuild will deal the `ts` file but babel will not > > > > > > esbuild will not transform...

> Thanks. Have to locally doublecheck but this seems a nice fix. > > > > (for context, addition was from https://github.com/nuxt/nuxt/pull/18882) Thanks for quick reply. I run the cli...

I upgrade my QQ Browser version: 15.1.7.5928 iOS version: 17.5.1 ------------------------------ - Operating System: Darwin - Node Version: v20.10.0 - Nuxt Version: 3.12.2 - CLI Version: 3.12.0 - Nitro Version:...

> I have cloned [this](https://github.com/xjccc/github-sxnytk) and running latest with latest ofetch (1.3.3) in chrome 118, seems to work fine: (as well as in safari) > > > > > >...

i have some record and its show some different `v1.2.1` works well https://github.com/unjs/ofetch/assets/16478776/ad06f38d-0f37-4843-b93d-970dc004d270 `> v1.3.0` https://github.com/unjs/ofetch/assets/16478776/4456758a-9474-4246-89fa-69524845569a QQ\UC\SouGou browsers return `[Object Blob]` is the browsers supports something lower?

> [v1.2.1...v1.3.0#diff-39f1e030815f30ed52f7f86a69761ef60e22bbfd1521ac8d065e6d86a4bc8337R38](https://github.com/unjs/ofetch/compare/v1.2.1...v1.3.0#diff-39f1e030815f30ed52f7f86a69761ef60e22bbfd1521ac8d065e6d86a4bc8337R38) > > Make sure to transform "node_modules/ofetch" into ES5 because of the `for..of`. I try to change `for of` as before, but it's not usefull

now.. QQ version: 15.1.6.5925 UC version: 16.5.5.2341 works fine

A simple way to show spa loading.. In `server/plugins/render-html.ts` ``` export default defineNitroPlugin((nitro) => { nitro.hooks.hook('render:html', async (html) => { const loadingHtml = ` loading… ` // add dom under...

@tberk I think your problem like this. https://github.com/nuxt/nuxt/issues/28436