tuarua / WebViewANE

WebView Adobe Air Native Extension for macOS 10.10+, Windows Desktop, iOS 9.0+ and Android 19+. This ANE provides access to a more modern webview from AIR.
Apache License 2.0
183 stars 53 forks source link

popup screen (window.open) issues #264

Closed ryoma0906 closed 3 years ago

ryoma0906 commented 4 years ago

Answer the below. DO NOT DELETE!!

tuarua commented 4 years ago
  1. I will need to make some changes to support the windowFeatures params (top,left,width, height) of window.open() This will be available in the next version
  2. You will need to track any windows you create and close them yourself. Tying this to .visible true/false is outside the remit of the webview code (remember your desired behaviour is not what others might expect) See the example for how to communicate between AS3 and JS.
ryoma0906 commented 4 years ago

Thank you for your comment!

  1. I'm waiting for next version. and I'm hoping that your job goes well.

2.I understand your advice. I will read examples again and try it.

ryoma0906 commented 4 years ago

Dear tuarua

I sponsored you. please have a cup of coffee.

and I need your support. I'm facing a problem about Windows 10 scaling setting. (This problem is similar to issues#263)

how do I get your support as a sponsor? writing a new issue? comment on #263? send e-mail to you?

I'm waiting for your response. thank you.

tuarua commented 4 years ago

Hi Ryoma, Thanks for the sponsorship. You can send an email to info@tuarua.co.uk with the details and I will reply there.

ryoma0906 commented 4 years ago

I see. I will send you email later.

ryoma0906 commented 3 years ago

Everything goes well. I really appreciate your update.