Languages

Menu
Sites
Language
Native shared library containing webView calling from unity.

i need to create a shared library exposing a function which is used to show the webview. I m calling this shared library from unity.

How can i create a shared library with webview.

Responses

1 Replies
colin Rao

Seems you should to handle the UI widget and event loop routines in your shared library. I am sure is it possible, but I don't think it's ok. 

Tizen IDE has such shared library project template, you can try to create such template project to check details.