ZX

Results 20 comments of ZX

> 支持厂商通道吗? 厂商通道没试过,应该是可以的,

> 类型“Window & typeof globalThis”上不存在属性“JPush”,这个问题怎么解决? 简单粗暴的方法:(window as any).JPush 或者定义类型:interface Window { JPush: any }

暂不支持capacitor的,具体什么时候支持,慢慢等吧,

> 有找到解决方案吗,遇到同样的问题 将platforms/android/app/src/com/aruistar 复制到 platforms/android/app/src/main/java/com目录下

不客气 发自我的iPhone > 在 2019年10月10日,下午2:16,wuxh 写道: > > 好的。谢谢。成功了 > > > > > > 发自我的iPhone > > > ------------------ 原始邮件 ------------------ > 发件人: zhuxian 发送时间: 2019年10月10日 14:05 > 收件人:...

upgrade node to latest and reinstall the cli on my mac can fix the problem. wish to help you,

facing the same problem on my mac when upgrade to latest, any solutions?

> alert(navigator.userAgent),看到的这样的信息。请问是怎么一回事。谢谢 > ![41605922424502823](https://cloud.githubusercontent.com/assets/7098183/18938613/680a4b66-862c-11e6-8956-b1cc75d83119.jpg) 说明还是用的系统的webview

WeChat 版本:3.6.0 小助手版本:3.4.1 MAC 版本:13 亲测可用,在用第一天

> 在 src/app.ts 中增加以下代码试试 > > ```js > import { autoFixContext } from 'react-activation'; > import jsxRuntime from 'react/jsx-runtime' > import jsxDevRuntime from 'react/jsx-dev-runtime' > > autoFixContext( > [jsxRuntime, 'jsx',...