Questions tagged [jquery-mobile-navbar]

62 questions
1
vote
3 answers

Navbar elements are not in line - Jquery mobile

I'm developing an app with Jquery mobile, the navbar is not displaying the elements in line and google chrome console is showing spaces between the list elements. By removing these   the elements are perfectly in line. Here you can see: Navbar…
Kwr93
  • 59
  • 1
  • 9
1
vote
0 answers

jQuery mobile navbar not fixed only for "Samsung Galaxy S, SII, W" Emulator on Chrome

I'm using Chrome's emulation on the console, and when I try to test my code on all the devices, I get this quirky behavior in Samsung Galaxy S, SII, W Emulator in particular. I don't understand why ! Here's my code :
GeoSal
  • 333
  • 1
  • 2
  • 15
1
vote
1 answer

jquery mobile navbar links not refresh

1
vote
1 answer

Jquery Menu for Mobile Navigation automatically pops out

I have used a JQuery mobile navigation, that is used @979 wide screens. The problem I have is that when the screen is re-sized to 979px wide, the menu pops up but fully extended and covers the content of the web page. I know this is something to do…
DavePentland
  • 85
  • 1
  • 1
  • 8
1
vote
1 answer

How do I open the previous active tab when returning from a new html page

How do I return back to the previous active tab if I am moving back from another html page? I am having 5 tabs and within content of each tab there are links to another set of html pages. For example I am having a page called 'school.html' and it…
Supun
  • 425
  • 4
  • 9
1
vote
1 answer

JQuery Mobile do something on page load when clicked on navbar item

I have a page with some nabars, and when the "My Activity" navbar is clicked I want it to do something on load, and currently for testing purposes, I am just trying to alert a message to screen on load, but since it is a js file being called I am…
1
vote
3 answers

JQuery Mobile Navbar Background Color

Hi all I am currently using JQuery Mobile to create a web app. I currently have a navbar across the top of my page with a series of images centered inside each button on the navbar. I have set the "data-theme=b" but this doesnt give me the colour I…
Adam.13
  • 41
  • 1
  • 4
  • 12
1
vote
1 answer

JQuery Mobile - Footer Navigation doesn't Work

i'm on PhoneGap project. I use jquery mobile framework. I have some problems about navigation here. I have a home page which comes to screen first. After i choose a sub menu from my panel (i didn't used jqm panel, created myself),another page comes…
Kuthay Gumus
  • 764
  • 3
  • 12
  • 30
0
votes
0 answers

Bootstrap 5.3.0 Dropdown menu not working

My dropdown is working as in desktop and in movile version and ipad plus it toggle and collapse. The issues is when i press it it only show the button but it doenst shwo the dropdown list after it is ipad version even i added javascrip jquery and…
0
votes
1 answer

Mobile Nav drop-down will not close when I click on the same hamburger I opened it with

I have a mobile navbar that drops down I click on the open hamburger and closes when I click on the close icon. Now the problem is I also want the drop down to close when the user clicks on the open drop down twice or clicks outside the navbar…
0
votes
0 answers

How can I change a class and keep it in a Nav menu with jQuery mobile

I spend about all the after noon looking to solve that issue (I work with jQuery mobile 1.4.5). I dynamically create a menu at the footer, this way: $(document).on("pagebeforecreate", function(event) { var $maPage = $(event.target); var…
pierrot10
  • 129
  • 4
  • 13
0
votes
2 answers

My Bootstrap 4 Navbar isn't collapsing in Mobile View

I am unable to open the navbar options, it's just a solid button and forms somewhat of a ring around it when clicked. I had tried some various solutions including adding and removing the scripts, changing the navbar attributes, etc This is the…
0
votes
0 answers

Navbar Mobile view Links to pages not working

Navbar Mobile View I'm not sure if i deleted code but i cant seem to figure out why my links to pages aren't working (i know basic coding so please be kind :D) (also added screenshot of what it looks like, so the links work on the desktop view but…
Liezle
  • 27
  • 6
0
votes
1 answer

How to navbar boostrap over all elment in css?

i want navbar Bootstrap 4 over all element, now can over all element but when use Carousel in Body navbar-collapse NAVBAR - HTML
0
votes
2 answers

Dropdown menu from hover to onclick

How would I convert the following sub-navigation menu from hover to on-click with j-query? In the example I have added an active class and used j-query to display the sub-nav however it disappears after the user clicks…
Magearlik
  • 523
  • 1
  • 6
  • 18