InAppBrowser: open webpage like facebook app

Hi,

Is there an example how to open a web page like facebook that is with a popup without exit the app?

Did you read the plugin README?

Setting target to _blank should do what you want.

This works really well

Additionally see my SO post regarding using data binding to create dynamic links

I tried that some time ago, but I was not able to return to the app. I’ll try again. Thx.