So I was reading through the tabBar widget docs and it states that:
“TabBar’s do not support Scaling nor changing it’s width/height via .width/.height.”
So does this mean the stuff I set up in the config.lua:
["@2x"] = 1.5,
["@4x"] = 3.0,
has no effect then?
Must I detect the device I’m on and manually set the width and height of the icons (as well as the graphics I’m loading in)? Like for iPhone 5 I’d load higher resolution assets as well as setting the width and height?
Appreciate any help!!
Best,
Mario