Desktop Size

0
0

Hello,

Since some months i have a problem with the desktop size.

I think it is always the size which is set in InitializeComponent()

So the components of the desktop are not shown, because the client browser size is less than it is set in Initalize Component()

But what is really funny, this problem is only if i start the app from the main server.

If i start absolutly the same app on my testserver it works.

Do you have any idea?

Rupert

 

 

 

 

  • Rupert Rieger
    If i change the size of the client browser it works. But on mobiles I cannot change the size of the client browser, so there is no chance to get the right size
  • You must to post comments
0
0

Hello,

Yes, there is

<meta name=”viewport” content=”width=device-width, initial-scale=1.0″>

in the default.html

I recognized, when i start the webpage on a smartphone and at the beginning i change from portrait to landscape and back, it works.

After changing portrait landscape it has the right pagesize, but not on first start.

Rupert

 

  • You must to post comments
0
0

Hi Rupert,

Did you add the ViewPort meta tag to your Default.html?

Best,
Alaa

  • You must to post comments
Showing 2 results
Your Answer

Please first to submit.