ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

New WEBDEV 2024 feature!
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
BrowserShare (Function)
In french: NavigateurPartage
Starts the device's native share functionality. You can specify the text, title, and HTTPS URL to be shared.
Example
BrowserShare("The best recipes for food lovers", "40 recipes", "https://cuisine.precilia.com")
Syntax
<Result> = BrowserShare(<Text> [, <Title> [, <URL>]])
<Result>: Boolean
  • if the browser supports the share functionality,
  • False otherwise.
<Text>: All types
Text to be shared.
<Title>: Optional character string
Title of the content to be shared.
<URL>: Optional character string
HTTPS URL to be shared.
Minimum version required
  • Version 2024
Comments
Click [Add] to post a comment

Last update: 03/04/2024

Send a report | Local help