ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Web-specific functions / Browser functions
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
Allows you to find out whether the browser used by the Web user is started on a mobile device.
Example
// Redirects to the mobile page
IF BrowserMobile() = True THEN
PageDisplay(PAGE_Home_Mobile)
END
Syntax
<Result> = BrowserMobile()
<Result>: Boolean
  • True if the browser is started on a mobile device.
  • False otherwise.
Remarks
The tablets are not considered as being mobile devices.
Component: wd290page.dll
Minimum version required
  • Version 21
Comments
Click [Add] to post a comment

Last update: 05/26/2022

Send a report | Local help