Skip to content
Discussion options

You must be logged in to vote

Yes, using the plugins provided by Capacitor team is not mandatory, you can create your own.

Things to have in mind:

  • on iOS the OS first shows the launch storyboard and then we show the same storyboard again. The launch storyboard doesn't allow to run any code, so users will still first see the launch storyboard and they your custom view/storyboard
  • on Android first the activity background is shown by the OS and then we show a custom view/layout that looks similar. For the initial background you won't be able to add any code neither.

So for both cases you should make a launch storyboard/background that look similar to your custom splash so the change between them is not very noticeable.

A…

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@bchehraz
Comment options

@bchehraz
Comment options

Answer selected by bchehraz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants