updated readme
This commit is contained in:
parent
a8b354553d
commit
b7d32dbe44
@ -8,3 +8,7 @@ In your config.xml, you need to add the following preference
|
||||
`<preference name="splashscreen" value="foo" />`
|
||||
|
||||
Where foo is the name of the splashscreen file. Preferably a 9 patch file. Make sure to add your splashcreen files to your res/xml directory under the appropriate folders.
|
||||
|
||||
For Android, you also have to edit your projects main java file. You must add a second parameter representing a time delay to your super.loadUrl.
|
||||
|
||||
`super.loadUrl(Config.getStartUrl(), 10000);`
|
||||
|
Loading…
x
Reference in New Issue
Block a user