Support for in-app browser in Tizen TV

There are a few websites that contain certain Content Security Policy that prevents websites to load in iframes. As a workaround, our app spawns an in-app browser for a few devices such as Android and BrightSign; the app will request the device to spawn a native browser and load the website in the browser thus bypassing the Content Security Policy. An in-app browser is a browser that spawns within an app itself, it is as good as opening a native browser on the device.

We are trying to achieve the same goal on Tizen devices. Is there any Tizen API that supports spawning an in-app browser? If there is, can you link us to the documentation on the API implementation?