Hello,
I tried the fuse the fuse default project (the slide), and preview to an android device. After some great wow to test the app, i just want add another slide, its 'really simple but, yes there is always a but… the last slide i added doesn’t fill 100% of the width like others screen:
<Page ux:Name="page4">
<Text Width="70%">This toggle switch disables your ability to swipe between pages</Text>
<Switch Alignment="BottomCenter" Margin="0,80">
<WhileTrue>
<Change canSwipe.Value="false"/>
</WhileTrue>
</Switch>
<Image File="Assets/background2.png"/>
<WhileActive Threshold="0.5">
<Change statusBarConfig.Style="Dark"/>
</WhileActive>
</Page>
Image is best as a long text : http://hpics.li/e67e1b3 and http://hpics.li/9194337 as you see the second image doesn’t fill the whole width.
Thanks.