205 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
1
answer
77
views
Sticky or fixed HTML elements are occluded on mobile browsers when address bar changes size
HTML elements affixed to the top of the page using CSS position property set to either fixed or sticky can often work just fine on desktops, but mobile web browsers behave vastly differently due to ...
3
votes
1
answer
1k
views
safe-area-inset-bottom on iOS18
It seems the latest version of safari on the newly updated iOS (only a few weeks old as of this post) has a bug relating to safe-area-inset-bottom. A fixed bottom nav displays fine, and adjusts on ...
0
votes
0
answers
82
views
How do I allow the user to change the URL in the address bar for a window opened with window.opn?
I want to open a window (window.open) and allow the user to change the URL in he Address Bar.
I've looked at other questions about this but I've not found a solution.
One answer I found to another ...
3
votes
1
answer
3k
views
Address bar / URL bar not shrinking in mobile safari on scrolling
I am building a website using React (16.8.6) but it does not collapse/shrink the url bar in mobile safari as the user starts scrolling unlike on other websites
The CSS for the wrapper divs looks as ...
2
votes
2
answers
422
views
How can I bring input field texts to address bar?
If I type some texts in the input field, how can I bring those texts to address bar ?
for eg : I type abcd to input field, I need address bar like www.google.com/abcd
0
votes
1
answer
224
views
VueJs Address Bar
Hi friends,
The company I work for has a website with an Admin Dashboard. Pages that users can use according to their authorization are listed in the menu. Beautiful so far. However, there is a ...
8
votes
3
answers
2k
views
Hide address bar on fixed positioned views in Safari iOS 15
Our app uses fixed positioned views in order to achieve nice navigation transitions. In the recent update for iOS (15) the address bar went to the bottom of the device.
Since we're using fixed ...
0
votes
2
answers
990
views
Browser address bar displays #[object%20Object] when clicking the menubar
I found that if I click one of the sections in menubar, the browser address bar displays #[object%20Object]. But it didn't influence scroll-to-section.
Partial code at reference:
<li class="...
2
votes
0
answers
1k
views
Touch targets move when bottom address bar shrinks on Safari mobile
I have a menu overlay that's set to position:fixed and height: 100vw when opened. The content inside of it is scrollable.
If the bottom address bar in Safari is visible at the time the overlay is ...
3
votes
0
answers
596
views
How does Flutter web handle manually typed URLs? I'm experiencing weird behaviours
I have a Flutter web project up and running.
Everything is working fine.
However, while testing new pages I just added, I noticed that although I can succesfully reach my new routes by clicking on the ...
4
votes
1
answer
1k
views
Mozilla Android AddressBar Conflict with Sticky Button on Bottom
I have searched a lot and havent found any solution that works so here it is.
I have created a button that is after the content and have applied css for it to become sticky at the bottom of the page......
0
votes
1
answer
1k
views
Get position of the address bar on iOS 15 devices
On iPhones with iOS 15, the address bar is at the bottom of the screen (default) or optionally at the top of the screen.
Is there any way to determine the position (bottom or top) of the address bar ...
1
vote
0
answers
4k
views
How to hide the address bar on mobile browser?
I am building a game with cocos creator.
The game works on mobile browsers.
I what users to swipe the screen and get it to work on full screen.
There are lot of information available on the web, but I ...
0
votes
0
answers
480
views
How to get the URL in Javascript when page is blocked
I am trying to build a bookmarklet that will grab the URL from a link that is blocked on my network and run a process on the query string parameters.
I have tried to use window.location.href, but all ...
3
votes
1
answer
4k
views
Infamous height:100% issue on chrome for android - address bar
I have created an angular app where the sidebar is height: 100%. However when viewing the webapp in Chrome for Android, when scrolling the document:
The chrome address bar slides up gently
The 100% ...