Hello:
I am developing a program with several views using the dhtmlx framework, my html is this:
[code]
<script src="codebase/dhtmlxscheduler_mobile.js" type="text/javascript"></script>
<style>
</style>
<link rel="stylesheet" type="text/css" href="codebase/dhtmlxscheduler_mobile.css">
<!-- <link rel="stylesheet" type="text/css" href="css/prueba.css"> -->
<link rel="stylesheet" type="text/css" href="css/agenda_clinica.css">
</head>
<body>
<div class="body">
<script src="multiview.js" type="text/javascript" charset="utf-8"></script>
</div>
</body>[/code]
as you can see, I am using dhtmlx_schedulermobile.js, and it works, but i have a pair of little problems
In my custom views I have a right gray bar, and i cant take it away. If I use
instead of dhtmlx_schedulermobile.js, the bar dissapear, but some methods stop working. If I set a widht : 100% in the view, then the text fields dont accept text in the android browser (works fine with chrome, but i want it in android)
And now Im trying to do another view with a carrousel, and It looks like the js dont like it
I looked in the forum for the solution, but it looks like nobody have this problem
Thanks a lot for reading and helping