enable window resize

Angular Directive 1 Reputation point
2020-06-17T16:44:39.68+00:00

according to the mdn docs, I cant resize my own window , I need to resize an external window with the same site I am working on

var pxNumberValueHere = 500

var myExternalWindow = window.open("http://localhost:4200/", "myWindowName", "resizable");
myExternalWindow.resizeTo( pxNumberValueHere ,myExternalWindow.innerHeight)

https://developer.mozilla.org/en-US/docs/Web/API/Window/resizeBy

how do I enable resizing on the user browser

I have hard time find the Microsoft Learn version

https://learn.microsoft.com/en-us/javascript/api/botbuilder-ai/window?view=botbuilder-ts-latest#resizeby-number--number-

let me know this would be a great tool, I am using chronium edge

Not Monitored
Not Monitored
Tag not monitored by Microsoft.
35,782 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Dave Patrick 426K Reputation points MVP
    2020-06-17T19:12:01.547+00:00

    Browser development is not currently supported here on QnA. They're actively answering question in dedicated forums here.

    https://stackoverflow.com/questions/tagged/microsoft-edge

    https://stackoverflow.com/questions/tagged/microsoft-edge+Microsoft-edge-extension

    https://social.msdn.microsoft.com/Forums/ie/en-US/home?category=iedevelopment

    --please don't forget to Accept as answer if the reply is helpful--


    Regards, Dave Patrick ....
    Microsoft Certified Professional
    Microsoft MVP [Windows Server] Datacenter Management

    Disclaimer: This posting is provided "AS IS" with no warranties or guarantees, and confers no rights.

    1 person found this answer helpful.
    0 comments No comments