Languages

Menu
Sites
Language
Setting proxy of ewk

Hi,

If a wearable device connected with mobile device(wifi version), wearable device cannot use wifi network.

So, in code, I used curl function with setting proxy. curl_easy_setopt(CURLOPT_PROXY, proxy_address);

When I use EWebkit(ewk) object in same situation, I try to set the proxy for ewk. but I couldn't find a function to set the proxy

How can I solve this?

Thank you.

Edited by: Kim on 21 Sep, 2015

Responses

1 Replies
daniel kim

Hi,

As far as I know, once wearable device connect to phone, it can use bluetooth only. so you may get data from phone through SAP.

And I've searched below site. but it seem that there is no fuction to setup proxy. 

    http://ewebkit.github.io/ewebkit-doc/ewebkit2/html/index.html

Regards