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.