I have used SplitView
in my Windows 10 Universal Application and I added pivot to the SplitView
.Content
Problem is when I start the application I cant click on Pivot headers to navigate.
This problem is occurring on Phone only Desktop or tablet not showing this issue.
If I Click on Hamburger Menu to open SplitView
.Pane and then close the Pane I can touch the pivot headers and navigate pivot items.
Why my Pivot headers are not clickable at the start?
<SplitView>
<SplitView.Content>
<Pivot>
<PivotItem />
<PivotItem />
<PivotItem />
</Pivot>
</SplitView.Content>
<SplitView.Pane>
Hamburger Menu Button
Other Buttons
</SplitView.Pane>