chenchongyu

Results 9 comments of chenchongyu

yes, the user can't click on the hyper link. For example I can't click it if the textview shows "www.google.com".

My solution like this. Defined a view extends ImageView called ToggleExpandableMenuButton,There is an interface in it. public interface ToggleListener { void toggle(); } Override the method performClick(){ if (listener !=...

轮询这种机制本身就不太好吧!

问题解决了,参考了之前issues的解决办法,把tpl.html放到assets下

@TrustTheBoy xxx\node_modules\native-echarts\src\components\Echarts

@lappalj4 put the tpl.html(\node_modules\native-echarts\src\components\Echarts) into android/app/src/main/assets, and then modify the index.js in \node_modules\native-echarts\src\components\Echarts. Modify the src like this: source={__DEV__?require('./tpl.html'):(Platform.OS === 'ios')?{uri:'./tpl.html'}:{uri:'file:///android_asset/tpl.html'}}

> @chenchongyu 老哥实现了吗 木有,使用别的办法了