hello, I'm using the sscrolly and it is not working with ios 7 in Iphone5. I'm usuing phonegap. For Android is working properly. Tested with datatables 1.9.4
Hello Allan, in this code, the datatable is working properly all except the sscrolly that doesn´t show any vertical scrooll.
I'm using phonegap to build the app.
Yes, your example works with a browser like Firezilla, etc. The problem is when I send this code to Android or Apple device.
If you want I can send you the apk file to be installed in an Android device where you can see that vertical scroll doesn´t appears, but If I run the same code in a browser from one PC it works.
So when you load that page on Android and iOS phones, in the web-browser - it works okay?
But if you push it through PhoneGap, it doesn't? Doesn't sound like a DataTables bug to me... :-). You might want to ping PhoneGap about it, but I don't see that I can do much to help.
Replies
Allan
I'm using phonegap to build the app.
oTable_pendientes = $('#tabla_practicas_pendientes').dataTable({
"sAjaxSource": "http://xxxxxxxxxxxxxxxxxxxxxxx",
"sScrollY": "300px",
"bPaginate": false,
"bLengthChange": false,
"bFilter": false,
"bScrollCollapse": false,
"aoColumns": [
{ "sTitle": "Fecha P." },
{ "sTitle": "H. Inicio" },
{ "sTitle": "H. Fin" },
{ "sTitle": "Coche" }
],
"oLanguage": {
"oPaginate": {
"sNext": "Siguiente",
"sFirst": "Primera",
"sLast": "Ultima",
"sPrevious": "Anterior"
},
"sEmptyTable": "No hay datos disponibles",
"sInfo": "(_START_ to _END_) de _TOTAL_ "
}
});
Also we would need a link to a test case showing the issue to be of any help.
Allan
If you want I can send you the apk file to be installed in an Android device where you can see that vertical scroll doesn´t appears, but If I run the same code in a browser from one PC it works.
But if you push it through PhoneGap, it doesn't? Doesn't sound like a DataTables bug to me... :-). You might want to ping PhoneGap about it, but I don't see that I can do much to help.
Allan