win universal app - Windows 10 SplitView + Pivot not working properly -


i have used splitview in windows 10 universal application , added pivot splitview.content

problem when start application cant click on pivot headers navigate.

this problem occurring on phone desktop or tablet not showing issue.

if click on hamburger menu open splitview.pane , close pane can touch pivot headers , navigate pivot items.

why pivot headers not clickable @ start?

<splitview> <splitview.content>     <pivot>         <pivotitem />         <pivotitem />         <pivotitem />     </pivot> </splitview.content> <splitview.pane>     hamburger menu button     other buttons </splitview.pane> 

i having same issue. clicking on pivot header doesn't change content of pivot body. need resize app content of selected pivot shown. have sample , video showing issue:

http://1drv.ms/1m7jytq

it happens on both, phone , computer.


Comments

Popular posts from this blog

c# - Binding a comma separated list to a List<int> in asp.net web api -

Delphi 7 and decode UTF-8 base64 -

html - Is there any way to exclude a single element from the style? (Bootstrap) -