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 7535483
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 30, 20262026-05-30T06:18:44+00:00 2026-05-30T06:18:44+00:00

In a rails 3.0 app that uses jquery mobile for mobile devices I have

  • 0

In a rails 3.0 app that uses jquery mobile for mobile devices I have a series of radio buttons with responses 0 through 2.

<%= f.radio_button :field_name, 2 %>
<%= f.radio_button :field_name, 1 %>
<%= f.radio_button :field_name, 0 %>

These radio buttons are way too small to see well, and use, on a mobile touch screen. I tried enclosing them in the tags for jquery mobile like so:

<div data-role="fieldcontain">
    <fieldset data-role="controlgroup">
        <legend>Enjoy</legend>
        <%= f.radio_button :field_name, 2 %>
        <%= f.label :field_name, "blah" %>
        <%= f.radio_button :field_name, 1 %>
        <%= f.label :field_name, "blah" %>
        <%= f.radio_button :field_name, 0 %>
        <%= f.label :field_name, "blah" %>
    </fieldset>
</div>

They still come out small. I could use html instead of rails to produce the buttons, but I’d rather not. Is there an option to increase the size of the rails produced radio buttons? Is there a way to manipulate the rails code to produce the html that will result in jquery mobile format? Is there another possibility i haven’t thought of?

Thanks.

BTW, there is this question but it has no answer and it hasn’t been updated since Nov ’11.

  • 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-05-30T06:18:45+00:00Added an answer on May 30, 2026 at 6:18 am

    Style your radio buttons with CSS:

    .radio_buttons_class {
        height:6em;
        width:6em;
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a rails app that uses PDFKit to render pdf versions of webpages.
I have a small Rails 3.2.1 app that uses CarrierWave 0.5.8 for file uploads
I have a Rails app that uses Cloudfront as its CDN and sprockets to
I have a working rails app that uses imagemagick commands on my local mac
I have a rails app that uses partials and in development everything works great
I have a rails app that uses Sunspot and Solr for search functionality. I'm
I have a Rails 3.1 app that uses the codebrew/backbone-rails . In a .jst.ejs
I have an existing Rails app that uses tire (0.4.0) to interface with an
I have a standard Rails app that uses a database, sqlite3 and the webrick
I have a rails app that uses Devise for user auth. In localhost:3000 my

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.