Schwarzenegger Alves
Schwarzenegger Alves
Hi @hujiudeyang facing the same problem here. Everything works fine on android 5.0 and 5.1, IOs works fine too. But on 6.0+ I have the same problem. [Error: unexpected end...
@wkh237 did you test this, or have some kinda of fix?
@Hulva Yes, i figured it out by overiding renderCircle like you did. Still messing it css to place the circle in the right place on all devices.
@danielgarciasantos like I said, i overwrote renderCircle to look like this. ```javascript renderCircle(rowData, sectionID, rowID) { var circleSize = 20 var circleColor = rowData.circleColor var lineWidth = 2 var ballPadding...