AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Ayuda / WLanguage / Funciones WLanguage / Funciones específicas de la Web / Funciones del navegador
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
Versión mínima requerida
  • Versión 21
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 26/05/2022

Señalar un error o enviar una sugerencia | Ayuda local