简体   繁体   English

如何使用Phonegap更改自动生成的窗口的位置?

[英]How can I change the position of auto-generated windows with Phonegap?

I'm using Phonegap (Cordova for iOS) with XCode and I'm using the Camera API to provide a window which enables the user to navigate through the image gallery and choose an image which then gets displayed on the moodboard. 我将Phonegap(适用于iOS的Cordova)与XCode结合使用,并且我使用Camera API提供了一个窗口,该窗口使用户可以浏览图库并选择图片,然后将其显示在情绪板上。

Now I have this button which launches the window, but it is placed centered on the top with the "bubble arrow thing" on the left. 现在,我有一个用于启动窗口的按钮,但它位于顶部居中位置,左侧是“气泡箭头”。 I want to change the position of this window, and if possible move this arrow - is this possible? 我想更改此窗口的位置,如果可能,请移动此箭头-这可能吗?

It is possible as of 1.8.0 release. 从1.8.0版本开始可能。 We saw that folks were getting rejections from Apple since the arrow was pointed to the wrong spot so Becky fixed the issue. 我们看到人们因为箭头指向错误的位置而遭到苹果的拒绝,所以贝基解决了这个问题。 You can see the docs on it, CameraPopoverOptions . 您可以在上面看到文档CameraPopoverOptions

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 永久更改.mlmodel自动生成的文件 - Change .mlmodel auto-generated file forever 如何使用协议扩展为类提供自动生成的标识符? - How to use protocol extension to provide auto-generated identifier for classes? 框架在自动生成的 swift 文件中不可见 - Framework not visible in auto-generated swift file 如何使用Apple Header文档为iOS开发自动生成文档? - How to use Apple Header doc for auto-generated documentation for iOS development? 如何编辑由 Firebase 动态链接自动生成的 apple-app-site-association 文件? - How to edit the apple-app-site-association file auto-generated by Firebase Dynamic Links? 如何制作适用于带Phonegap的桌面窗口和IOS的应用程序? - How can i make an app that will work for desktop windows and IOS with phonegap? 我如何使用PhoneGap在Windows操作系统中创建ios应用程序? - How i can use PhoneGap to create ios app in windows os? 关于通过核心数据自动生成代码的快速问题 - Quick question about auto-generated code via core data 自动生成的核心数据访问器返回已删除的对象 - Auto-generated Core Data accessor returns deleted objects 为什么当我选择不使用ARC时,iOS的自动生成的AppDelegate仍将其成员声明为强成员? - Why iOS's auto-generated AppDelegate still declares its members as strong while I have chosen not to use ARC?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM