Hello , i having a problem using the On/Off Switch
The Switch in phone are deformed as you can see in the image .
What i can do?
Have a nice day
local function onSwitchPress( event ) local switch = event.target end local onOffSwitch = widget.newSwitch { left = 100, top = 240, style = "onOff", id = "onOffSwitch", onPress = onSwitchPress }