gpt4 book ai didi

cordova - 使用 wymsee imagepicker 在图库中选择图像时如何左对齐照片

转载 作者:行者123 更新时间:2023-12-02 15:19:12 24 4
gpt4 key购买 nike

感谢wymsee/imagePicker ,我可以轻松地在使用 Onsen UI 构建的应用程序中使用图像选取功能。

但是我面临着不同平台上 UI 不一致的问题,即照片在 iOS 平台上没有保持对齐。

示例图片:Android & iOS alignment are not consistent

如何才能使两个平台的“挑选照片”图库中的图像左对齐,可能吗?

最佳答案

我查看了该插件的 Objective-C 源代码,发现它使用(对于 iOS)另一个名为 ELCImagePickerController 的项目中的一些类。 。在这个项目的源代码中你可以找到 some references about alignment :

self.alignmentLeft = YES;
//...
if (self.alignmentLeft) {
startX = 4;
//...

the same file inside the plugin 中缺少的内容.

查看项目历史记录,我发现a commit on october 2014中添加了左对齐选项。 ,但cordova插件内的相关文件已添加到 january 2014 !.

因此,您可以自己更新类来修复它(最终还会修复错误)并向插件存储库发出拉取请求,或者您可以要求作者更新插件。

关于cordova - 使用 wymsee imagepicker 在图库中选择图像时如何左对齐照片,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/32557316/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com