Menu
Sites
Language
Using static library in web application

I made static library(.a) for tizen native application and it is possbile for native application to use it.

But I'm wondering that it is possible for web application to use this library also. 

 

I'm trying to find the way to use or link it but I can't. so it seems that it is impossible but I'm not sure.

Is there any way for web application to use static library?  

 

Edited on 05 01, 2018

Responses

3 Replies
André Reus

hi Kim

You can use Hybrid App concept to communicate between Native and Web app. If you able to add static library then you can use this static library from web app via native app. 
See how to build hybrid app with message port communication. 

1. https://developer.tizen.org/community/tip-tech/communication-within-tizen-hybrid-app

2. https://developer.tizen.org/community/tip-tech/sending-bundle-over-message-port

André Reus

yeah! But you may try to add .a library on web app and let us update. But as per my knowledge, native is the easy way.

André Reus

Did you able to resolve the problem ? please share