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

Can't use pagecontrol in WP8 #93

Closed
rikardronnkvist opened this issue Jan 11, 2013 · 5 comments
Closed

Can't use pagecontrol in WP8 #93

rikardronnkvist opened this issue Jan 11, 2013 · 5 comments

Comments

@rikardronnkvist
Copy link

WP8 doesn't work with PageControl, not sure why but I can't see a single part of the menu.

http://krumelunt.se/about.php

Screendump from WP8
wp_ss_20130111_0001

@olton
Copy link
Owner

olton commented Jan 11, 2013

I do not have wp8, so I can not test and fix

11 ÿíâ. 2013, â 16:28, rirofal notifications@github.com íàïèñàë(à):

WP8 doesn't work with PageControl, not sure why but I can't see a single part of the menu.

http://krumelunt.se/about.php

Screendump from WP8


Reply to this email directly or view it on GitHub.

Ñ óâàæåíèåì Ñåðãåé Ïèìåíîâ
sergey@pimenov.com.ua

@rikardronnkvist
Copy link
Author

I think there is a WP8 Emulator in the WP8-SDK ...

@rikardronnkvist
Copy link
Author

http://www.microsoft.com/en-us/download/details.aspx?id=35471

But you need Windows 8 Pro to run the emulator...

@vabatta
Copy link
Contributor

vabatta commented Jan 24, 2013

Hi,
so, first, after some updates, the pagecontrol isn't working anymore (menu-pull is changed) and the documentation on the website is obsolete.
Will fix it in these days.

@vabatta
Copy link
Contributor

vabatta commented Jan 24, 2013

Okay, I just watched your html. To have responsive page control you should add 2 tags after pagecontrol defintion, like this (using version 0.15.8.11, see http://metroui.org.ua/pagecontrol.php )

<div class="page-control" data-role="page-control">

    <span class="menu-pull"></span>    
    <div class="menu-pull-bar"></div>

    <ul style="display: block; overflow: visible;">
        <li class="active"><a href="#frameAbout">Om</a></li>
        <li class="inactive"><a href="#frameTips">Barn &amp; Datorer</a></li>
        <li class="inactive"><a href="#frameKontakt">Kontakt</a></li>
        <li class="inactive"><a href="#frameDonera">Donera / Reklam</a></li>
        <li class="inactive"><a href="#frameLankar">Länkar</a></li>
        <li class="inactive"><a href="#frameAppar">Appar</a></li>
        <li class="inactive"><a href="#frameMetro">Metro</a></li>
        <li class="inactive"><a href="#frameKakor">Kakor</a></li>
    </ul>
    ...
</div>

This was referenced Feb 4, 2013
@vabatta vabatta closed this as completed Feb 4, 2013
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

3 participants