1
I’m using the intel xdk. On the first page is the system logo, I want the system homepage loaded after 2s.
As a test I did it with button to know how it is done, but I am not able to do to automatically load after 2s.
Behold:
$(document).on("click", ".uib_w_2", function(evt){
activate_page("#inicio");
});
Mark your answer as accepted
– durtto