Hi,
I'm trying to have Native App (eg. service apps, plugins, etc.) draw graphics on the Web App screen.
Why I want to do this is because we have to draw using the parsed result of non-image binary data, which is too large and complicated to be processed by JavaScript.
At first, NPAPIs seemed to be appropriate for this purpose and I succeeded call functions in Web App from Native, but I couldn't find the way to draw graphics on browser. MDN sais struct NPWindow has 'Platform specific handle' in its member and the handle is 'Ecore_X_Window' of EFL in Tizen. However, it doesn't seem that Native Apps are allowed to use the EFL features directly.
Does anyone know how to use the EFL features in Native plugins?
Or is there better way to meet our purpose?
Thanks!