isWeb function

bool isWeb()

Implementation

bool isWeb() {
  return ScreenSize().width >= 1024;
}