Thanks Evgene.
Thanks Evgene.
Hi,
Is there any way to catch the rotate screen event ?
I would like to run a JS at a rotate screen event and I didn't manage to find any reference in the Appery documentation.
Thanks,
Marcel
Yes I did. Anyway meanwhile I managed to make it disappear using the following css:
.ui-loading div.ui-loader {
display:none;
}
It is strange because the previously tried options should have been the same in terms of results ...
Thx.
Solved by running the following JS at restservice2() complete event.
setTimeout("restservice2.execute()",5000);
Solved meanwhile.
Thanks
Do you have any news on the above issue ?
Thanks,
Marcel
Sergiy, I didn't use ".get(0)" before. Anyway I tried in both ways and the behavior is the same. No marker shown.