Welcome Guest Search | Active Topics | Sign In | Register

Height and width of WebView control Options
gsvi
Posted: Sunday, October 11, 2015 10:48:20 PM
Rank: Newbie
Groups: Member

Joined: 10/8/2015
Posts: 6
Hello,

I have a responsive HTML page that is not rendering properly with the WebView control. The control is showing white areas and it appears to be cutting off the rest of the page.

Any suggestions?
Greg

Screen shot of WPF dialog with WebView


<Grid Height="768" Width="1024">
<eo:WebControl HorizontalAlignment="Left" Name="webControl1" VerticalAlignment="Top" Loaded="webControl1_Loaded">
<eo:WebControl.WebView>
<eo:WebView>
</eo:WebView>
</eo:WebControl.WebView>
</eo:WebControl>
</Grid>


AuthUserControl1 authUserControl = new AuthUserControl1();
authUserControl.webControl1.WebView.Url=Globals.ThisAddIn.RedirectUrl;
authUserControl.webControl1.Height = 768;
authUserControl.webControl1.Width = 1024;
Window loginWindow = new Window
{
Title = "Enterprise Login",
Content = authUserControl,
Height = 768,
Width = 1024
};
eo_support
Posted: Monday, October 12, 2015 7:53:21 AM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,229
Hi,

You can check the following:

1. Whether your WebControl is the correct size;
2. Whether the page demonstrates the same problem in Google Chrome browser;

If your WebControl has the correct size and the page works fine in Google Chrome, then you can PM us the Url of the page and we will investigate further.

Thanks!
gsvi
Posted: Monday, October 12, 2015 4:26:19 PM
Rank: Newbie
Groups: Member

Joined: 10/8/2015
Posts: 6
Hello

I just set you a PM. Everything works fine in a normal Chrome browser. Please let me know if I you have any suggestions.

G
eo_support
Posted: Monday, October 12, 2015 9:03:44 PM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,229
Hi,

We tested your Url with our TabbedBrowser sample and we do not see any difference between Chrome browser and our TabbedBrowser sample. Can you try our sample app and see if it works for you?

Thanks!


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.