在webBrowser控件XAML中显示Web 3D模型查看器时出现问题

时间:2014-07-08 08:47:01

标签: xaml windows-phone-8

我正在尝试显示Sketchfab的网址,但我无法获得所需的结果。我需要显示这样一个页面。

https://sketchfab.com/models/dGUrytaktlDeNudCEGKk31oTJY/embed?autospin=0.3&autostart=1&ui_infos=0

如果你去那里你可以看到模型开始自动旋转但是如果我把这个Url放在我的WebBrowser控件的source属性中它显示模型但是我没有旋转。我正在使用的代码是:

<phone:PanoramaItem Header="{Binding Source={StaticResource LocalizedStrings}, Path=LocalizedResources.MainPagePanoramaItemViewTitle}" Orientation="Horizontal">
            <Grid>
                <phone:WebBrowser x:Name="WebBrowserViewer"  Background="Black" HorizontalAlignment="Stretch" VerticalAlignment="Top"  Height="450"
                Source="https://sketchfab.com/models/dGUrytaktlDeNudCEGKk31oTJY/embed?autospin=0.3&amp;autostart=1&amp;ui_infos=0"
                IsScriptEnabled="True"  HorizontalContentAlignment="Stretch"/>
            </Grid>
        </phone:PanoramaItem>

是否可以重现这个“autospin”并将de viewer调整为WebBrowser控件?

非常感谢

0 个答案:

没有答案