Open Ionic URL from native Java

Hey guys,

I want to update my cordova plugin to open a HTML page based on a user action.

The flow is like this:

IonicApp —User clicks on a button—> Plugin kicks-in, an activity is launched and native xml UI is shown —User clicks on a button on native UI–> [here I want to open a page already written on Ionic side]

This page is linked to an angular route as well.

How to achieve it? We pass CallbackContext to the plugin, I am not sure if I can use it somehow. Any pointers will be appreciated!
Thanks so much!