I'm using intel xdk. On the first page has the system logo, I want the system home page to be loaded after 2s.
As a test I did this with button to see how it is done, but I'm not sure how to do it to load automatically after 2s.
See:
$(document).on("click", ".uib_w_2", function(evt){
activate_page("#inicio");
});