Look through the 'scroll' actions in TouchActions:
Scrolling 'down' for example should work regardless of screen size:
// c#
Dictionary<string, string> scrollObject = new Dictionary<string, string>();
scrollObject.Add("direction", "down");
((IJavaScriptExecutor)driver).ExecuteScript("mobile: scroll", scrollObject));