Open jingliancui opened 7 months ago
PressedCommand
is executed when you start pressing the button, you can use TappedCommand
to execute command then you completed clicking. (Same logic with TapGestureRecognizer)
Hi @enisn , no, it still can not bring the new windows to foreground, this is the code I try:
<material:ButtonView
BackgroundColor="Blue"
FlexLayout.AlignSelf="Center"
TappedCommand="{x:Binding NewWinCmd}">
<Label Text="open using uranium" />
</material:ButtonView>
hi @enisn , may I know is any update plan or workaround for this issue please? thanks.
Reproduce:
Actual Result: The new window place in back of MainPage Window
Expect Result1: The new window should be brought to foreground which in front of MainPage
Expect Result2: Effect like you click the button "open using native"
SampleApp.zip