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

[ios] Image gallery slider is below header & footer in fullscreen mode #360

Closed
Sopamo opened this issue Jan 30, 2017 · 2 comments
Closed
Milestone

Comments

@Sopamo
Copy link
Contributor

Sopamo commented Jan 30, 2017

On iOS (with the cordova wrapper) the image gallery is still below the header & footer when the fullscreen mode is enabled. This cuts of parts of the image and also prevents the user from exiting the fullscreen mode because the fullscreen icon is overlapped by the footer.

Reproduction:

  • Create a new quasar project
  • Add the cordova wrapper
  • Place the following code in the Index.vue component:
  <q-layout>
    <div slot="header" class="toolbar">
      <q-toolbar-title :padding="0">
        Quasar Framework v{{quasarVersion}}
      </q-toolbar-title>
    </div>
    <div class="layout-view">
      <q-gallery-slider class="main-gallery" :src="['https://placekitten.com/1000/2000']"></q-gallery-slider>
    </div>

    <q-tabs slot="navigation" ref="mainTabs">
      <q-tab icon="home" route="/" exact replace>Home</q-tab>
      <q-tab icon="restore" route="/a" replace>A</q-tab>
      <q-tab icon="favorite" route="/b" replace>B</q-tab>
      <q-tab icon="bookmark" route="/c" replace>C</q-tab>
    </q-tabs>
  </q-layout>
  • Run the app on ios and click on the fullscreen icon

Tested on iOS 9 & 10.

@rstoenescu
Copy link
Member

Will investigate. Thanks for reporting.

@rstoenescu rstoenescu added this to the v0.13.1 milestone Feb 1, 2017
@rstoenescu
Copy link
Member

Fixed in edge and next Quasar version (which most likely is v0.13.1).
@Sopamo thank you for supplying with example code, it helps a lot.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants