我正在寻找构建离子基础WhatsApp标签导入应用程序的解决方案。我参考了以下内容,但仍然没有运气
答案 0 :(得分:0)
一般而言,您需要使应用程序结构类似于常规编辑照片应用程序,但是要生成的图像扩展名应该是webp,通常这些标签可以在whatsapp文件夹/媒体中找到。 / whatsapp贴纸。因此,您可以在应用程序中创建小图片库所需的全部功能,以及对创建的每个项目的点击均应添加到whatsapp中,这会将这些内容带到whatsapp贴纸文件夹中,并因此出现在应用程序中并成为可用的贴纸。
主要标签提示:
- Each sticker is an image that has a transparent background.
- Stickers must be exactly 512x512 pixels.
- Each sticker must be less than 100 KB.
- There should be a 16-pixel margin between the actual sticker image and the edge of the 512x512 pixel canvas.
小标签预览的提示:
- This image should be 96x96 pixels and must be less than 50 KB.
Github存储库,用于在android和ios中创建whatsapp标签,以便您可以受益于如何在** Ionic 中创建项目:** https://github.com/WhatsApp/stickers
答案 1 :(得分:0)
当时我已经使用 https://github.com/Wiseonesoft/cordova-whatsapp-sticker-plugin
解决了我的问题插件。在自述文件中,H4ad 很好地描述了这个过程。