Webview with Panel bug

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&quot; 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>

Hey Sean,

Image and panels with Color/Background will not work within a NativeViewHost right now. Layering native controls like this is a feature gradually being built up over time. Your approach should work as expected at some point in the future, but not right now unfortunately.

Hi!

Please have a look at the accumulated changelog at https://www.fusetools.com/downloads. The reported missing features have been implemented :slight_smile: