How to force address bar to show in iOS Safari 12 when scrolling up programmatically?How to validate an email address in JavaScript?How to decide when to use Node.js?Prevent iPad web app from showing Safari address barPrevent safari loading from cache when back button is clickedHow to show the iOS Safari address bar with javascript?Background image jumps when address bar hides iOS/Android/Mobile ChromeForce address bar to show in mobile Chrome appHow might one force-show the mobile Safari bottom nav bar to show programmatically?iOS Safari scrolls down when interacting with video.js playerMinimal Safari Address Bar and Navigation bar don't hide on iOS when scroll with Javascript
Would skyscrapers tip over if people fell sideways?
What was the point of separating stdout and stderr?
How to track mail undetectably?
Dynamic Sql Query - how to add an int to the code?
Are some intrument combinations incompatible?
German idiomatic equivalents of 能骗就骗 (if you can trick, then trick)
What does 'in attendance' mean on a death certificate - England?
Subset of knight's move in chess.
"I am [the / an] owner of a bookstore"?
Tikz, loop not appearing
The alcoholic village festival
Does friction always oppose motion?
Should Catholics in a state of grace call themselves sinners?
Customs and immigration on a USA-UK-Sweden flight itinerary
Avoiding repetition when using the "snprintf idiom" to write text
Why isn't UDP with reliability (implemented at Application layer) a substitute of TCP?
Calculus, water poured into a cone: Why is the derivative non-linear?
Why will we fail creating a self sustaining off world colony?
Is it theoretically possible to hack printer using scanner tray?
How does the 'five minute adventuring day' affect class balance?
Early 2000s movie about time travel, protagonist travels back to save girlfriend, then into multiple points in future
Do electrons really perform instantaneous quantum leaps?
Why should I allow multiple IPs on a website for a single session?
Copy group of files (Filename*) to backup (Filename*.bak)
How to force address bar to show in iOS Safari 12 when scrolling up programmatically?
How to validate an email address in JavaScript?How to decide when to use Node.js?Prevent iPad web app from showing Safari address barPrevent safari loading from cache when back button is clickedHow to show the iOS Safari address bar with javascript?Background image jumps when address bar hides iOS/Android/Mobile ChromeForce address bar to show in mobile Chrome appHow might one force-show the mobile Safari bottom nav bar to show programmatically?iOS Safari scrolls down when interacting with video.js playerMinimal Safari Address Bar and Navigation bar don't hide on iOS when scroll with Javascript
Default behavior with iOS Safari 12 is to minimize the address bar when scrolling down and show the full thing when scrolling up.
I'm trying to get the address bar to show up when clicking a certain button. It's seems the old way of just forcing scrollTop to be 0 (jquery code below)
$('html,body').scrollTop(0,0);
doesn't work anymore. I see the page scrolling up but the address bar remains in the minimized state. Any help is appreciated, thanks.
javascript ios safari
add a comment |
Default behavior with iOS Safari 12 is to minimize the address bar when scrolling down and show the full thing when scrolling up.
I'm trying to get the address bar to show up when clicking a certain button. It's seems the old way of just forcing scrollTop to be 0 (jquery code below)
$('html,body').scrollTop(0,0);
doesn't work anymore. I see the page scrolling up but the address bar remains in the minimized state. Any help is appreciated, thanks.
javascript ios safari
add a comment |
Default behavior with iOS Safari 12 is to minimize the address bar when scrolling down and show the full thing when scrolling up.
I'm trying to get the address bar to show up when clicking a certain button. It's seems the old way of just forcing scrollTop to be 0 (jquery code below)
$('html,body').scrollTop(0,0);
doesn't work anymore. I see the page scrolling up but the address bar remains in the minimized state. Any help is appreciated, thanks.
javascript ios safari
Default behavior with iOS Safari 12 is to minimize the address bar when scrolling down and show the full thing when scrolling up.
I'm trying to get the address bar to show up when clicking a certain button. It's seems the old way of just forcing scrollTop to be 0 (jquery code below)
$('html,body').scrollTop(0,0);
doesn't work anymore. I see the page scrolling up but the address bar remains in the minimized state. Any help is appreciated, thanks.
javascript ios safari
javascript ios safari
asked Mar 25 at 15:41
JeffJeff
821 gold badge1 silver badge9 bronze badges
821 gold badge1 silver badge9 bronze badges
add a comment |
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ifUsing("editor", function ()
StackExchange.using("externalEditor", function ()
StackExchange.using("snippets", function ()
StackExchange.snippets.init();
);
);
, "code-snippets");
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "1"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55341473%2fhow-to-force-address-bar-to-show-in-ios-safari-12-when-scrolling-up-programmatic%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Is this question similar to what you get asked at work? Learn more about asking and sharing private information with your coworkers using Stack Overflow for Teams.
Is this question similar to what you get asked at work? Learn more about asking and sharing private information with your coworkers using Stack Overflow for Teams.
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55341473%2fhow-to-force-address-bar-to-show-in-ios-safari-12-when-scrolling-up-programmatic%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown