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

not able to render iron-swipeable-pages in paper-dialog #50

Open
bhinderbaljeet opened this issue Oct 27, 2016 · 0 comments
Open

not able to render iron-swipeable-pages in paper-dialog #50

bhinderbaljeet opened this issue Oct 27, 2016 · 0 comments

Comments

@bhinderbaljeet
Copy link

bhinderbaljeet commented Oct 27, 2016

I am trying to render swipeable pages in to paper-dialog

This works fine and I am able to swipe fine.

<iron-swipeable-pages selected="0">
   <div><h1>1</h1></div>
   <div><h1>2</h1></div>
   <div><h1>3</h1></div>
</iron-swipeable-pages>

This does not work as I see the items but I am not able to swipe them

<paper-dialog id="mapDialog" with-backdrop>
    <div class="swipe">
        <iron-swipeable-pages selected="0">
            <div><h1>1</h1></div>
            <div><h1>2</h1></div>
            <div><h1>3</h1></div>
        </iron-swipeable-pages>
    </div>
    <div  class="close-trigger">
        <paper-icon-button dialog-dismiss icon="icons:clear"></paper-icon-button>
    </div>
</paper-dialog>

Is there anything I am doing wrong ?

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

1 participant