Capacitor Wish List #3298
MinimogDev
started this conversation in
Ideas
Replies: 2 comments
-
Thanks @MinimogDev, this is great!
|
Beta Was this translation helpful? Give feedback.
0 replies
-
@MinimogDev @dwieeb I've got this covered! New splash screen plugin coming within the next week or so allows complete customization of the splash with all possible native options and support for adding your own custom animation. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey everyone!
I hope discussions are a right place to post something like this and I think timing might be right for this while v3 is being planned #3133
I wanted to compile a list of "wishes" that I am personally currently missing from capacitor. I think some of these might be duplicates of what has been posted while others are new.
1. Official guide on managing different iOS Schemas and Android Flavours (Development, Staging, Production etc...
Coming from web dev world most of us are used to setting these up with different config files and such, but in native land I found it to be a tad more involved and a nice guide on this would be a good idea to add to the docs imho. Some thing that showcases how to create different ios schemas and android flavours and how to use different assets for app icons / configure different app names and bundle id's etc...
2. Support for env based capacitor config files
To my understanding capacitor only supports 1
capacitor.config.js
file per project at the moment. I think it would be good to allow us define multiple based on needs of our enviroments i.e.{env}.capacitor.config.js
. Being able to set things up in files as opposed to cli for different envs would be a massive help.3. Better experience around splash screen customization
I saw several issues related to splash screen customisation and struggled with this myself as well, it would be good to see a guide showcasing how to customise these (on a native level / as native views) and ensure they are responsive on various screen sizes.
4. Better experience around upgrading native projects
Right now we need to keep track of native project changes and go through various commits and apply these changes. It would be great to see a tool like https://react-native-community.github.io/upgrade-helper/?from=0.62.2&to=0.63.1 for capacitor's native projects integrated into main site alongside release notes.
5. Plugin Hub
Some projects like flutter have separate hubs / pages for plugins i.e. https://pub.dev/packages?q=firebase that allow to search them and show their health / stats alongside these search results. With capacitor something like this would be cool to see how popular and well maintained a plugin / does it support typescript and other useful stats
6. Documentation Search
Self explanatory
Beta Was this translation helpful? Give feedback.
All reactions