Position fixed element on ios safari?
up vote
0
down vote
favorite
I'm trying to position a bouncing swipe down arrow as part of a mobile form.
Form demo
Because this is an off the shelf type form plugin, any HTML i insert gets inserted right after the opening tag.
CSS
.downArrowz-index:1;position: fixed;bottom: 45%;left: 65%;
HTML
<div class="downArrow bounce" id="helper" style="display:block;">
<p class="downHelper">swipe</p>
</div>
Swipe down pen
Now this works just fine across other browsers; but on iOS safari the element does not show up. Really stuck on this, here is what i have tried thus far:
- Changing Z-Index: If i jack the z index up I'll see the element but nothing else on the page
- Adding -webkit-transform: translate3d(0,0,0); to the wrapper, no changes
html mobile-safari
add a comment |
up vote
0
down vote
favorite
I'm trying to position a bouncing swipe down arrow as part of a mobile form.
Form demo
Because this is an off the shelf type form plugin, any HTML i insert gets inserted right after the opening tag.
CSS
.downArrowz-index:1;position: fixed;bottom: 45%;left: 65%;
HTML
<div class="downArrow bounce" id="helper" style="display:block;">
<p class="downHelper">swipe</p>
</div>
Swipe down pen
Now this works just fine across other browsers; but on iOS safari the element does not show up. Really stuck on this, here is what i have tried thus far:
- Changing Z-Index: If i jack the z index up I'll see the element but nothing else on the page
- Adding -webkit-transform: translate3d(0,0,0); to the wrapper, no changes
html mobile-safari
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I'm trying to position a bouncing swipe down arrow as part of a mobile form.
Form demo
Because this is an off the shelf type form plugin, any HTML i insert gets inserted right after the opening tag.
CSS
.downArrowz-index:1;position: fixed;bottom: 45%;left: 65%;
HTML
<div class="downArrow bounce" id="helper" style="display:block;">
<p class="downHelper">swipe</p>
</div>
Swipe down pen
Now this works just fine across other browsers; but on iOS safari the element does not show up. Really stuck on this, here is what i have tried thus far:
- Changing Z-Index: If i jack the z index up I'll see the element but nothing else on the page
- Adding -webkit-transform: translate3d(0,0,0); to the wrapper, no changes
html mobile-safari
I'm trying to position a bouncing swipe down arrow as part of a mobile form.
Form demo
Because this is an off the shelf type form plugin, any HTML i insert gets inserted right after the opening tag.
CSS
.downArrowz-index:1;position: fixed;bottom: 45%;left: 65%;
HTML
<div class="downArrow bounce" id="helper" style="display:block;">
<p class="downHelper">swipe</p>
</div>
Swipe down pen
Now this works just fine across other browsers; but on iOS safari the element does not show up. Really stuck on this, here is what i have tried thus far:
- Changing Z-Index: If i jack the z index up I'll see the element but nothing else on the page
- Adding -webkit-transform: translate3d(0,0,0); to the wrapper, no changes
html mobile-safari
html mobile-safari
asked Nov 9 at 19:22
DDulla
12411
12411
add a comment |
add a comment |
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
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%2f53232085%2fposition-fixed-element-on-ios-safari%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