语言

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.

编辑者为: Kim 21 9月, 2015

响应

1 回复
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