我在这里设置了一个简单的页面www.livehazards.com/animation-test
它不会识别wordpress上的圆形笔触颜色或圆形笔触宽度.....然而我将相同的代码放入codepen中,而codepen会运行得很好
任何人都知道发生了什么事情???感谢
这是代码
<View>
android:id = "@+id/vertical_line"
android:layout_width = "1dp"
android:layout_height = match_parent
android:background = "#000000"
</View>
答案 0 :(得分:0)
与您的代码段一样,您提供的链接都使用mapboxgl版本0.26。但是,在生命危害方面,它没有使用http://builtwith.com或circle-stroke-color
很奇怪你注意到它适用于CodePen(也许你正在使用兼容的mapbox版本)
要使用circle-stroke-width
或circle-stroke-color
,您需要mapboxgl版本0.29或更高。
使用https://api.tiles.mapbox.com/mapbox-gl-js/v0.29.0/mapbox-gl.js
,它会起作用:)