compatibility

I have a app that displays a web page that uses dhtmlx layour componenet. This page is not displaying properly on android, but works well on web browsers. is there a component that is compatible with appcelerator?

app.js

// create root window
var win = Titanium.UI.createWindow({
title:‘Main window’,
backgroundColor:‘#fff’,
fullscreen:‘true’
});

// create a webview for main window
var webView = Ti.UI.createWebView({
url:‘foo.htm’,
height:‘auto’,

});

// add webview to additional window
win.add(webView);

// open main window
win.open();

foo.htm tags are:

Layout

Hello
Please, provide completed demo to test it locally
docs.dhtmlx.com/auxiliary_docs__ … pport.html