User Tools

Site Tools


built_in:webview

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
built_in:webview [2016/02/09 21:26]
67.58.20.7 [Example - Direct]
built_in:webview [2018/08/16 08:46] (current)
Line 6: Line 6:
 You can create a control to display local or remote web pages in your App using the **CreateWebView** method of the **[[built_in:app|app]]** object: You can create a control to display local or remote web pages in your App using the **CreateWebView** method of the **[[built_in:app|app]]** object:
 <code>web = app.CreateWebView( width, height, options, zoom );</code> <code>web = app.CreateWebView( width, height, options, zoom );</code>
-options include **"IngoreErrors", "NoScrollBars", "ScrollFade"**+options include **"IgnoreErrors", "NoScrollBars", "ScrollFade", "Overview", "AllowZoom", "UseBrowser"**.
  
 If you are loading remote web pages, then you might want to use the **SetOnProgress** method to set the name of a callback function that you want called to report the progress of loading the page. If you are loading remote web pages, then you might want to use the **SetOnProgress** method to set the name of a callback function that you want called to report the progress of loading the page.
built_in/webview.1455053167.txt.gz ยท Last modified: 2016/02/10 05:26 (external edit)