module Browser::Aliases

Direct including types

Defined in:

browser/aliases.cr

Constant Summary

DEVICE_ALIASES = ["blackberry_playbook?", "console?", "ipad?", "iphone?", "ipod_touch?", "kindle?", "kindle_fire?", "mobile?", "nintendo?", "nintendo_switch?", "nintendo_wii?", "nintendo_wiiu?", "playbook?", "playstation3?", "playstation4?", "playstation?", "playstation_vita?", "ps3?", "ps4?", "psp?", "psp_vita?", "silk?", "surface?", "tablet?", "tv?", "vita?", "wii?", "wiiu?", "xbox?", "xbox_360?", "xbox_one?"] of ::String
PLATFORM_ALIASES = ["adobe_air?", "android?", "blackberry?", "chrome_os?", "firefox_os?", "ios?", "ios_app?", "ios_webview?", "linux?", "mac?", "windows10?", "windows7?", "windows8?", "windows8_1?", "windows?", "windows_mobile?", "windows_phone?", "windows_rt?", "windows_touchscreen_desktop?", "windows_vista?", "windows_wow64?", "windows_x64?", "windows_x64_inclusive?", "windows_xp?"] of ::String