Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8791221
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T22:48:48+00:00 2026-06-13T22:48:48+00:00

On iOS when filling out a form on a webpage there are Next and

  • 0

On iOS when filling out a form on a webpage there are Next and Previous buttons on the keyboard that act like the tab key on a real keyboard. We have a web application, which I’ve implemented as an app using PhoneGap, and the Next and Previous buttons skip past checkboxes as if they are not there.

Is there any way to make the Next and Previous buttons work with checkboxes using PhoneGap/UIWebView/Safari on iOS?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-13T22:48:48+00:00Added an answer on June 13, 2026 at 10:48 pm

    This can be simulated using just HTML.

    Insert a text input element just before the checkbox. Add JavaScript so pressing a key when that input has focus changes the checkbox state.

    Here is a jsbin example which you can edit the source. Notes about this example:

    • do not use a <fieldset> – selecting text using long touch of an input force-closes iOS 6 in the edit mode of jsbin (must be some interaction with jsbin code or iframe), and hides the caret always (which sounds useful for this situation but isn’t!). Looks to me like due to a bad Safari bug (but I didn’t really look into it, and didn’t report it since too much hassle.)

    • the visibility:hidden; idea using an <option> element doesn’t work because if the user touches an option then the keyboard hides.

    • I didn’t spend much time finding a good style to use for the focused checkbox – if anybody comes up with something better please comment.

    • There is some junk stuff in the jsbin example for ideas that didn’t work to hide the flashing caret. I would be interested if there is a tidier solution for hiding the caret.

    • There would need to be some browser sniffing to apply this fix to just iOS devices.

    • this is not standard iOS UI behaviour, so could confuse users when going to other apps, or have other negative effects. Solution could easily be broken by future releases of Mobile Safari.

    • I tried a few different ways of hiding the caret, and the most effective seems to be using -webkit-transform: scale(0.01); transform: scale(0.01);. Using font-size: 1px; almost works but causes the iPhone to zoom when the input gets focus (tested iPad iOS5 and it didn’t zoom, tested iPhone iOS6 and it zoomed).

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

In iOS there are two C structs that denote paths that describe drawable shapes:
iOS apps will have a class that adopts the UIApplicationDelegate, called something like xxxAppDelegate.
iOS includes setFinishedSelectedImage:withFinishedUnselectedImage: for customize the tab bar. I created a few textures with
On iOS I would like to hold the splash screen up until my app
I'm diving into iOS development and I'm trying to figure out how to control
I have already released an iOS application that is localized in english and greek
iOS 4 has an In-App SMS SDK for sending messages, but is there a
In iOS, how can I read the owners email adresses that are stored in
iOS 5's storyboard is awesome but I've read that it would be better to
iOS 5.0 SDK I have a method that took a parameter as a 'type'

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.