// // UniWebViewOrientation.cs // Created by Wang Wei(@onevcat) on 2014-10-7. // /// /// The orientation of screen. If screen height larger than width, landscape. Otherwise, portrait. /// public enum UniWebViewOrientation { Portrait, LandScape }