Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Scrollbar always exists on Chrome and Firefox in mode="ios" #15858

Closed
sneko opened this issue Oct 5, 2018 · 5 comments
Closed

Scrollbar always exists on Chrome and Firefox in mode="ios" #15858

sneko opened this issue Oct 5, 2018 · 5 comments
Assignees

Comments

@sneko
Copy link

sneko commented Oct 5, 2018

Hi!

I'm using the 4.0.0-beta.12 but it was the same with previous ones.

When creating an almost empty page:

<!DOCTYPE html>
<html mode="ios">
  <head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width,initial-scale=1.0">
    <link href="https://unpkg.com/@ionic/core@4.0.0-beta.12/css/ionic.bundle.css" rel="stylesheet">
    <script src="https://unpkg.com/@ionic/core@4.0.0-beta.12/dist/ionic.js"></script>
  <body>
  <ion-content>aaaa</ion-content>
</html>

The scrollbar is always visible since you can scroll 1 pixel down... There is no reason why since there is no content.

By the way, that's not due to missing or whatever, I get the problem in my full application. I had to look for a while to figure out that's specific to the iOS mode!

If you set <html mode="md"> the issue no longer exists.

But in my case I would prefer to use iOS mode :s ...

Is it something you've already heard about?

Thank you,

EDIT: BTW when switching the mode to "solve" this issue I also get in troubles with #15859

EDIT2: Note that this problem does not appear on Edge (for once 😆)

@sneko
Copy link
Author

sneko commented Oct 8, 2018

Any thoughts @mlynch?

@manucorporat manucorporat self-assigned this Oct 8, 2018
@ionitron-bot ionitron-bot bot removed the triage label Oct 8, 2018
@sneko
Copy link
Author

sneko commented Oct 8, 2018

@manucorporat thank you!

@sneko
Copy link
Author

sneko commented Oct 15, 2018

@manucorporat I just upgraded to beta.13 but nothing changed. I have cleared my cache... is it included in this beta version?

@sneko
Copy link
Author

sneko commented Oct 22, 2018

@manucorporat could you please reopen the issue? Or maybe confirm me that it works well with the example I provided (replacing Ionic version by beta13 one)?

Thank you,

@ionitron-bot
Copy link

ionitron-bot bot commented Nov 21, 2018

Thanks for the issue! This issue is being locked to prevent comments that are not relevant to the original issue. If this is still an issue with the latest version of Ionic, please create a new issue and ensure the template is fully filled out.

@ionitron-bot ionitron-bot bot locked and limited conversation to collaborators Nov 21, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants