I have a responsive menu and its work fine in chrome and firefox but not working in the safari on mobile. the website builds with Elementor WordPress and I think adding some -webkit- will solve it but don't know how?
the hamburger menu is not showing in safari. it working fine on chrome and Firefox
947 Views Asked by xada.dev At
1
There are 1 best solutions below
Related Questions in CSS
- How to use custom font during html to pdf conversion?
- Storing the preferred font-size in localStorage
- mp4 embedded videos within github pages website not loading
- Is there any way to glow this bulb image like a real light bulb
- What can I do to improve my coding on both html and css
- Uncaught TypeError: google.maps.LatLng is not a constructor at init (script.js:7:13)
- Bootstrap modal not showing at the desired position on a web page when the screen size is smaller
- How to increase quality of mathjax output?
- Hover animation resetting( seemingly reverting back to original CSS and then again to hover)when moving mouse horizontaly accross a part of an element
- Storing selected language in localStorage
- How to clip grid cell and provide scroll as well?
- KeyboardAvoidingView makes a messy the flexbox
- Rotate an object around another object in javascript
- Understanding Scroll Anchoring Behavoir
- how to use only block layout in this css code?
Related Questions in MENU
- i want to create a drop down menu for blogger
- Good practices for variables in Laravel's layout files
- CSS - Change Margin of a Menu's Items..?
- Data structure for a console menu in Node.js with nested options that can be navigated backwards
- links on elementor modal not working on click
- Accordion menu doesnt appear in frontpage
- Detection of focus change events when `WM_KILLFOCUS` and `WM_SETFOCUS` do not arrive
- How to automatically close mobile menu on scroll in website
- burger-menu bug with react (flickering)
- Menu and logo disappeared from the header in WordPress
- {Solved} Menu items spread out when expanding the menu. WPF Application
- Tkinter menu does not appear
- Curved Carrousel
- Not able to build menus in Wordpress
- Astra Theme Mobile Menu Pushes Content Downward
Related Questions in MOBILE-SAFARI
- Next.js carousel component loads instagram basic display api perfectly except in Safari browser
- How to hide the address bar in mobile safari for a 100vh app?
- Webapp exiting fullscreen when dragging mui slider in iPads
- React Native/Expo Web: Input Focus Triggers Pull-to-Refresh (iOS Safari)
- In chorme horizontal scroll work , but in safari browser its not work
- 100vh doesnt work properly on Safari iOS "Single tab" configuration
- Playing Blobs in html5 audio causing interruptions
- Issue with Web Page Loading Timeout after iOS 17.0 Update
- Are there Peculiar differences between Android and IOS browsers that could make some JavaScript run in Android but not on IOS Browser?
- A tag target="_blank" in safari ios history start from 2?
- Incorrect SVG rendering on iOS browsers
- iOS Homescreen Web Bookmark - Clicking home while the camera is open prevents the camera from opening again
- History API in Safary | issue accessing a link with anchor
- React: fixed block isn't repainting in Mobile Safari
- Remember login using laravel auth login failed only on mobile-Safari
Related Questions in HAMBURGER-MENU
- The Hamburgermenu of my shopify website (www.skiffaboei.myshopify.com) is not showing after clicking on the icon
- Mobile dropdown menu not displaying while using: input:checked ~ ul
- Hamburger menu dropdown does not appear right below it
- Burger menu is preventing scrolling fucntionality?
- I am using MahApps hamburger menu along with right window command buttons. How can I change content control of hamburger menu from command buttons?
- Flicker of Dividing Line Between Menu and Chosen Screen
- Hamburger icon not showing using React.js
- Hamburger menu "shakes" upon resizing the browser window
- Hamburger icon that sits in a navbar component is not rendering in other nextjs pages
- Hamburger Menu issue - nav menu not disappearing
- React adding transform and transition causes hamburger menu to appear and disappear immediately after
- Hamburger menu in navbar not working using html and css
- Bootstrap wont change navbar to flex-end position when its on desktop resolution
- Burger menu Works on firefox but not on chromium-based browsers
- I am having trouble with the hamburger menu, no menu shows when I click the bars
Related Questions in MOBILE-WEBKIT
- Audio stream on Safari iOS does not play (MediaSource vs ManagedMediaSource?)
- Can a WKWebView hosting an "HTTPS" url listen to a "LocalHost WebServer" via a "WebSocket Connection" in an iOS Application?
- html looks weird in iOS Safari
- How to style vertically displayed range input so that also works on mobile
- WKWebView Delegate WKNavigationDelegate fails to set properly in production
- Video recorded in android cannot play in IOS Using HTML Video tag
- How do we get the height value of HTML content from UIViewRepresentable?
- My deployed website is distorted on iphones but looks correct on desktop and non-iphone phones. All help is much appreciated
- In Playwright, can't use page.goto with headless webkit
- webkitSpeechRecognition not Working in WKWebView
- Tapping links in iOS Safari shows a thick white border around element - how to get rid of it?
- the hamburger menu is not showing in safari. it working fine on chrome and Firefox
- Animate css slideInDown
- How to prevent mobile Safari from closing the keyboard when a button is pressed?
- iOS 13 errors (WebKit) with Cordova - App Hangs
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular # Hahtags
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Some features don't work in Safari unless you have vendor prefixes. Like this:
Sticky headers
Safari also doesn't support the details and summary elements. Use JavaScript.