apache / incubator-weex

Apache Weex (Incubating)
https://weex.apache.org
Apache License 2.0
13.74k stars 1.81k forks source link

pod集成的WeexSDK,最新版0.28.0还是包含UIWebView的,请问何时更新pod版本? #3183

Open KorolZhu opened 4 years ago

LaoHuan commented 4 years ago

对,多久能升级 去除 uiwebview。不然 app store 不能上了

chencld commented 4 years ago

对,求关注求处理

wulie88 commented 4 years ago

尽管可以自己处理,但还是官方尽快更新,版本不分叉。

jianxiongc commented 4 years ago

对,多久能升级 去除 uiwebview。不然 app store 不能上了

pod 'WeexSDK' , :git => 'https://github.com/apache/incubator-weex.git'

KorolZhu commented 4 years ago

pod 'WeexSDK', :git => 'git@github.com:KorolZhu/incubator-weex.git', :branch => 'ht_0.28.0_wkwebview'

我在0.28.0的基础上修改了WXWebComponent组件,web 组件测试正常,有需要的可以用我这个