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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T02:50:45+00:00 2026-06-13T02:50:45+00:00

Is there working jQuery Mobile sample code for iPhone/Mobile Safari bottom navigation bar? I

  • 0

Is there working jQuery Mobile sample code for iPhone/Mobile Safari bottom navigation bar?

I have tried to google and code myself but I never really got it working for iPhone/Mobile Safari. The other browsers seem to be fine e.g. Desktop Safari, Desktop Chrome, Android browser.

The code that I tried (and it works just not for Mobile Safari .. doh)

<div data-role="footer" data-position="fixed" data-tap-toggle="false">
  <div data-role="navbar">
    <ul>
      <li><a href="#one" data-icon="custom">Entry</a></li>
      <li><a href="#two" data-icon="custom">Winner</a></li>
      <li><a href="#three" data-icon="custom">Gallery</a></li>
    </ul>
  </div><!-- /navbar -->
</div>  

Any help is appreciated 🙂

Thanks.

  • 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-13T02:50:46+00:00Added an answer on June 13, 2026 at 2:50 am

    Try the following working example, using custom icons (using jQuery Mobile 1.2.0):

    Create a css file mycss.css and include the following in it:

    .ui-icon-custom {
        background: url("../img/run.png") no-repeat rgba(0, 0, 0, 0.4) !important;
    }
    

    where run.png is the name of your custom icon.

    Then, in your html file, include the following:

    <!DOCTYPE html>
    <html>
    <head>
    
        <meta name="viewport" content="width=device-width, initial-scale=1">
    
        <link rel="stylesheet" href="http://code.jquery.com/mobile/1.2.0/jquery.mobile-1.2.0.min.css" />
        <script src="http://code.jquery.com/jquery-1.8.2.min.js"></script>
        <script src="http://code.jquery.com/mobile/1.2.0/jquery.mobile-1.2.0.min.js"></script>
    
        <!-- LOAD YOUR CSS FILE WHILE PAYING ATTENTION TO ITS PATH! -->
        <link rel="stylesheet" type="text/css" href="./css/mycss.css"/>
    
    </head>    
    
    <body>
    
        <div data-role="page">      
    
            <div data-role="content">
                <h1>This is my content</h1>
            </div>
    
            <div data-role="footer" data-position="fixed" data-tap-toggle="false">
                <div data-role="navbar">
                    <ul>
                        <li><a href="#one" data-icon="custom">Entry</a></li>
                        <li><a href="#two" data-icon="custom">Winner</a></li>
                        <li><a href="#three" data-icon="custom">Gallery</a></li>
                    </ul>
                </div><!-- /navbar -->                             
            </div> 
    
        </div>
    
    </body>
    </html>
    

    Screenshot (iPhone 5):

    screenshot

    PS: Pay attention to the paths of your css / png files!

    Let me know if this works for you.

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

Sidebar

Related Questions

I have jQuery mobile working with google maps so that I can display one,
I am working with jQuery mobile and using the HTML5 audio tag. I have
I have a single page jquery mobile application in which there are few parent
I am working with the jQuery mobile google maps example here, focusing on the
I'm working on mobile web page using jquery mobile, it seems to have almost
I have phonegap and jquery mobile working properly and am trying to add codeigniter
In the website I am working on there is a javascript pop-up (jquery) that
I am working on a jQuery live file upload. There is a form in
Possible Duplicate: Is there any working memory profiler for Python3 I have some script
While working with browser events, I've started incorporating Safari's touchEvents for mobile devices. I

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.