WebView

A WebView can be used to show a URL or an HTML string. For example, this control can be used to show HTML comments for a record in the Infor Operations and Regulations database. The WebView is display-only.

To show a URL, specify the URL in the Value attribute. Alternatively, you can use the Bind attribute to specify the property that holds the HTML string that you want to show, such as Comments.

Note: In Android, selecting a hyperlink in a WebView for the first time shows a list of options that the user can choose from to open the hyperlink. If the user doesn't choose an option from the list, and instead taps anywhere else, the app will take the user to the home page and display an error message. After an option is selected, the list is no longer displayed. However, the link does not open in a separate web browser. Instead, the link opens in the WebView itself.