Tasharen Entertainment Forum
Support => NGUI 3 Support => Topic started by: ryuk on February 25, 2014, 09:46:12 PM
-
Hi, is there a standard/known way to show an Android/iOS native view such as WebView (Android) in a NGUI component such as UIScrollView?
Maybe one way would be to create a UITexture from the content of a native view (I have no idea if it's possible to handle all the touch events), of which I'm not sure how to do that so I welcome all references and examples if any. But if there's a better way please share it with the rest of us :)
-
No there isn't. NGUI is a system that draws widgets. It can't draw native OS stuff. Native OS stuff draws itself.