olton / Metro-UI-CSS

Impressive component library for expressive web development! Build responsive projects on the web with the first front-end component library in Metro Style. And now there are even more opportunities every day!
http://metroui.org.ua/
MIT License
7.02k stars 1.97k forks source link

Can't use pagecontrol in WP8 #93

Closed rikardronnkvist closed 11 years ago

rikardronnkvist commented 11 years ago

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 commented 11 years ago

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 commented 11 years ago

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

rikardronnkvist commented 11 years ago

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

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

vabatta commented 11 years ago

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 commented 11 years ago

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>