Quantcast
Channel: Appcelerator Developer Center Q&A Tag Feed (webview)
Viewing all articles
Browse latest Browse all 680

Can't remove window title bar in Android

$
0
0

I am porting an iOS app to Android and after creating a new window and webview to browse Internet, the name of the app is at the top of the display. This only happens on Android. I don't know how to remove this bar across the top. Here is my code:

var window = Titanium.UI.createWindow();
 
var webview = Titanium.UI.createWebView({
       url : 'http://www.google.com'
});
 
window.add(webview);
 
window.open({
      modal : true
});

Viewing all articles
Browse latest Browse all 680

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>