Creating NodeGrid with the dimensions of the screen solved the problem for me:
NodeGrid* lNodeGrid = NodeGrid::create({origin, visibleSize});
Creating NodeGrid with the dimensions of the screen solved the problem for me:
NodeGrid* lNodeGrid = NodeGrid::create({origin, visibleSize});