HelloLinkon
HelloLinkon

Reputation: 348

Create custom splash screen in Firefox OS application

After developing an application, Firefox OS automatically creates a splash screen for the app using the app icon. But for my application I want to develop a custom splash screen.

It is possible using JavaScript methods like But firefox setTimeOut or setInterval, but Firefox OS doesn’t support these types of methods.

Upvotes: 4

Views: 230

Answers (1)

Rifatul Islam Chayon
Rifatul Islam Chayon

Reputation: 82

You can create 2 pages and after your desired time, just switch to another page using javascript. You should put the first page in manifest.

Upvotes: 1

Related Questions