- This topic has 5 replies, 3 voices, and was last updated 11 years, 11 months ago by
support-octavio.
-
AuthorPosts
-
darrell777MemberOn my iphone builds, the combobox popups have prev/next buttons at the top of the popup box and when they are pressed causes other pages of the app to be displayed. Why are these buttons showing up for iPhone and can I get rid of them?
support-octavioMemberHi darrell777,
The iOS combo presents a native spinner selection dialog when clicked. This dialog includes the Next and Previous buttons by default to quickly navigate between form fields. They are disabled if the screen has no other form fields.
I ran a couple of tests with iOS 6.1 and was not able to replicate similar behavior that you have identified. Can you create a very small example project that replicates this problem for us to use to investigate?
darrell777Member@support-octavio wrote:
Hi darrell777,
The iOS combo presents a native spinner selection dialog when clicked. This dialog includes the Next and Previous buttons by default to quickly navigate between form fields. They are disabled if the screen has no other form fields.
I ran a couple of tests with iOS 6.1 and was not able to replicate similar behavior that you have identified. Can you create a very small example project that replicates this problem for us to use to investigate?
i have uploaded a sample project. /Darrell
Attachments:
You must be logged in to view attached files.
support-michaelKeymasterThanks for sharing the example project. Unfortunately it does not demonstrate the issue that you shared of going to another screen.
I ran several tests on multiscreen projects and was never able to have the next/prev iterate off the current screen to another screen.Does your project include an html widget anywhere?
Hypothetically, it is possible to transition to a new screen if the html is goofed up. An html widget with bad user code could cause the DOM to be goofed…. just guessing.To proceed how about publishing your project as a webapp and sharing the URL?
darrell777MemberSorry, my bad. I actually mean’t to say that text from other fields on the same page is showing up in the empty combobox when I press prev/next buttons. My app is using the multi-page widget and no other pages, not that it has anything to do with my issue and the combobox happens to be on the first page. Not sure this is going to be a showstopper but it is being noticed by my client.
Another issue that I am having is that when I have an empty combobox and I do a finger swipe in an empty popup, the whole app suddenly closes out. Not sure what is causing this.
support-octavioMemberHi darrell777,
In order to replicate and understand the problem we need a sample that demonstrate the issue. Can you send us your files to our support email to look deeper? send a zip file with your project to support at genuitec dot com, use title mobione data from darrell777, if your file is bigger than 9-10 MB you can use a service such wetransfer.com
-
AuthorPosts