Has anybody successfully created splash screen in Fuse specifically for Android app? Kindly share code example.
Check this tutorial - https://www.fusetools.com/docs/tutorial/splash-screen
Thanks Shabby. I actually know about that tutorial as I already did extensive research before making this post. I don’t want a splash page that uses a button to navigate to the home page. I want splash page that would navigate to the home page after a few seconds itself. I need an example code to do that
@webpro: in JavaScript, you can delay execution of a function by using setTimeout
, which is not specific to Fuse.
So then, refer to the link Shabby shared, remove the button that you don’t need, and use setTimeout
in your JavaScript on that page to navigate to your home page.
Navigation is covered in the tutorial as well: https://www.fusetools.com/docs/tutorial/navigation-and-routing