C# Class WebViewController, MonoMobile.Dialog

This is a demo script to show how to use UniWebView. You can follow the step 1 to 10 and get started with the basic use of UniWebView.
Inheritance: MonoBehaviour
Mostra file Open project: moljac/MonoMobile.Dialog Class Usage Examples

Public Methods

Method Description
ShouldAutorotateToInterfaceOrientation ( UIInterfaceOrientation toInterfaceOrientation ) : bool
ViewWillDisappear ( bool animated ) : void
WebViewController ( HtmlElement, container ) : System

Method Details

ShouldAutorotateToInterfaceOrientation() public method

public ShouldAutorotateToInterfaceOrientation ( UIInterfaceOrientation toInterfaceOrientation ) : bool
toInterfaceOrientation UIInterfaceOrientation
return bool

ViewWillDisappear() public method

public ViewWillDisappear ( bool animated ) : void
animated bool
return void

WebViewController() public method

public WebViewController ( HtmlElement, container ) : System
container HtmlElement,
return System