LabelTTF_enableStroke : Error processing arguments

D/cocos2d-x debug info(26268): js_cocos2dx_LabelTTF_enableStroke : Error processing arguments
D/cocos2d-x debug info(26268): JS: assets/src/LevelSelect.js:58:Error: js_cocos2dx_LabelTTF_enableStroke : Error processing arguments

Any idea on if this should be working for android & iOS ? it works fine on html5.

JSB version?

JSB’s javascript code parts should follow some of rules in C**. The arguments in js code should as exactly the same as the C** API in Cocos2d-x, or it can’t work on JSB

You are correct, thanks, I needed to pass in rgb values instead of just a hex code

label.enableStroke({r: 0 ,g: 0 ,b: 0}, 2);