Hello everyone, recently I’m starting to develop dhtmlxtouch, have had good progress on my computer, however when I opened the page for the first time in a android device (motorola tablet) with firefox, the application does not refresh the forms through the method parse ().
I thought the problem was but it was not like ajax, browser on any PC working properly, this is the example:
var result = dhx.ajax (). get (“data-request”, “iu =” + iu + “&id =” + cvesolicitud + “& it =” + Math.random (), function (text) {
alert (text) // works well
$$(‘fredit’). parse (text, ‘xml’);
alert (“hello”) // does not work
});
any ideas?
Thank you very much.