native.showWebPopup calling twice!

Hi,

We have a scenario when we must show a live web page using native.showWebPopup. In this scenario the user will press a Corona button and we need to display a complete different live web page in native.showWebPopup. 

The question is : Can we call twice native.showWebPopup  without creating any problems (leaks, etc.) ? or we must close it first. Ideally, we do not want to close it first as we want to avoid the flickering.

thanks for your help

Nick

Is there a reason to use .webShowPopup over .newWebView? The latter is hie newer, better way to manage webViews and you can have multiple ones of them.

Thank you Rob, I completely forgot about the newWebView as we were adapting old code. Switching to newWebView. Thank you.

Nick

Is there a reason to use .webShowPopup over .newWebView? The latter is hie newer, better way to manage webViews and you can have multiple ones of them.

Thank you Rob, I completely forgot about the newWebView as we were adapting old code. Switching to newWebView. Thank you.

Nick