You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The icons and splash screens that are being generated by apetools do not match all the required assets in Ionic 5. For example:
\android\app\src\main\res\mipmap-mdpi contains three files:
ic_launcher.png (72x 72pixels)
ic_launcher_foreground.png (108 x 108 pixels)
ic_launcher_round.png (48 x 48 pixels)
And none these are present in the files generated by apetools. I did find some matching files by comparing resolutions such as
\android\app\src\main\res\drawable\splash.png can use
Can you
(a) Add the additional files, and
(b) Point me to a resource that matches files generated by apetools to files in the App res directories? (or confirm there is none such and I will start a document that begins to document that?)
The icons and splash screens that are being generated by apetools do not match all the required assets in Ionic 5. For example:
\android\app\src\main\res\mipmap-mdpi contains three files:
ic_launcher.png (72x 72pixels)
ic_launcher_foreground.png (108 x 108 pixels)
ic_launcher_round.png (48 x 48 pixels)
And none these are present in the files generated by apetools. I did find some matching files by comparing resolutions such as
\android\app\src\main\res\drawable\splash.png can use
bundle\ionic\resources\android\splash\drawable-land-mdpi-screen.png
Can you
(a) Add the additional files, and
(b) Point me to a resource that matches files generated by apetools to files in the App res directories? (or confirm there is none such and I will start a document that begins to document that?)
I generated the files on the website: https://apetools.webprofusion.com/#/tools/imagegorilla I assume the git version will do the same.
TIA
The text was updated successfully, but these errors were encountered: