Hello. My name is Sean. I found this kind of bug. I trying to display the panel on Webview surface. But, It’s not works. Text was displayed on webview . but , Panel background and Image were not displayed on webview surface. Strange. below is full source. I tested on iPhone 5S and android(6.0.1) both. Please solve this problem… Thank you for Fuse team.
<App> <NativeViewHost>
<WebView ux:Name="myWebView" Url="http://fusetools.com" Dock="Fill" Height="500" Alignment="Top"/>
<Panel ux:Name="tip" Height="120" Color="#f00a" Alignment="Bottom">
<Image File="Icons/arrow.png" Width="30" Height="30" Background="#f00" Color="#fff" Alignment="TopRight" Dock="Left" Margin="0,10,0,0">
<Clicked>
<DebugAction Message="Close pressed" />
</Clicked>
</Image>
< Text LineSpacing="2" Alignment="Bottom" Height="140" Margin="0,0,10,0" FontSize="13" TextColor="#fff" TextWrapping="Wrap">
Help Message..
Help Message..
Help Message..
Help Message..
Help Message..
Help Message..
Help Message..
Help Message..
</Text>
</Panel>
</NativeViewHost></App>