Cordova-plugin-inappbrowser saying "Content Not Found"

I am opening links into the phone’s external browser using cordova-plugin-inappbrowser@1.1.0

It does open the links inside the browser, but when you go back to the app, the page is greyed out and it says, “Content Not Found”.

I’ve tried using targets “_system” and “_blank”. I tried putting “return false” into the onclick attribute.

Can’t figure out how to prevent the greying out and message “Content Not Found”.

Sorry I had some code in my app that caused this. I can’t figure out how to remove this question.