Hi,
Just updated Fuse and I keep getting those errors on Android Preview :
I/Choreographer(28022): Skipped 110 frames! The application may be doing too much work on its main thread.
D/ConnectivityManager.CallbackHandler(28022): CM callback handler got msg 524290
W/cr_BindingManager(28022): Cannot call determinedVisibility() - never saw a connection for the pid: 28022
W/cr_BindingManager(28022): Cannot call determinedVisibility() - never saw a connection for the pid: 28022
E/libEGL (28022): validate_display:255 error 3008 (EGL_BAD_DISPLAY)
My Code :
<App Theme="Basic">
<DockPanel>
<NativeViewHost>
<WebView Url="http://google.com" />
</NativeViewHost>
</DockPanel>
</App>
The result is that it doesn’t render the page