PLATFORM_WINDOWS
PLATFORM_WINDOWS
get_platform() : string
This method detects the mobile device's platform. All return strings are from the class constants.
Note that this function returns the platform name, not the UA name/type. You should use a different function if you need to test the UA capabilites.
Name of the platform, false otherwise.
is_kindle_fire() : boolean
Detects if the current browser is the Kindle Fire Native browser.
Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_3; en-us; Silk/1.1.0-84) AppleWebKit/533.16 (KHTML, like Gecko) Version/5.0 Safari/533.16 Silk-Accelerated=true Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_3; en-us; Silk/1.1.0-84) AppleWebKit/533.16 (KHTML, like Gecko) Version/5.0 Safari/533.16 Silk-Accelerated=false
true if the browser is Kindle Fire Native browser otherwise false
is_kindle_touch() : boolean
Detects if the current browser is the Kindle Touch Native browser
Mozilla/5.0 (X11; U; Linux armv7l like Android; en-us) AppleWebKit/531.2+ (KHTML, like Gecko) Version/5.0 Safari/533.2+ Kindle/3.0+
true if the browser is Kindle monochrome Native browser otherwise false
get_blackbeberry_OS_version() : string
Retrieve the blackberry OS version.
Return strings are from the following list:
Version of the BB OS. If version is not found, get_blackbeberry_OS_version will return boolean false.
detect_blackberry_browser_version() : string
Retrieve the blackberry browser version.
Return string are from the following list:
Type of the BB browser. If browser's version is not found, detect_blackbeberry_browser_version will return boolean false.