w8w8w8

Results 11 comments of w8w8w8

请问你的问题解决了么?

> > 请问你的问题解决了么? > > 这个问题本身没有得到解决,但是我换了方案,没有采取这个库了。 你能告诉我下,你是怎么解决的么?我目前也是遇到了这个问题 https://github.com/Tencent/omi/issues/588

> > > > 请问你的问题解决了么? > > > > > > > > > 这个问题本身没有得到解决,但是我换了方案,没有采取这个库了。 > > > > > > 你能告诉我下,你是怎么解决的么?我目前也是遇到了这个问题 > > #588 > > 我调研了一下,小程序端,目前,似乎还没能力能做到原生的SVG的DOM式的操作svg,也没发现有库能做到。我们的业务需求是做SVG地图,所以我们降级了方案,采取了App+H5的形式,H5是支持SVG的。 哦,原来是这样的。谢谢了。

@menhal 我安装的 这个插件,没有 startJPushSDK() 方法呢? 完全获取不到 Registration ID, import { JPush } from '@jiguang-ionic/jpush/ngx'; ![image](https://user-images.githubusercontent.com/4744039/127945188-41638e6c-e440-4004-97ca-cf5fea7d3cf1.png) 没有你说的这个方法呢?

@AlwaysLoveme 请问,我用ionic 6 + Capacitor +angular 怎么才能 设置 startJPushSDK() 方法呢?

@AlwaysLoveme I see, 谢谢你

> > > @zhhbo > Hey, I forked a DocX and implemented InsertHtml method. You can use it from my repo. I will try it. thanks

I using this code ,and it work `function openUriUsingFirefox(uri, failCb, successCb) { var iframe = document.querySelector("#hiddenIframe"); if (!iframe) { iframe = _createHiddenIframe(document.body, "about:blank"); } try { iframe.contentWindow.location.href = uri; if(iframe.contentWindow.location.protocol=="about:"){...

in svgeditor , I get some HTML code like this: ``` Layer 1 ``` but I can not find how to add js code , like layer.Init() , and so...