I am designing a native app which could display webpage on ewk_view with few modifications.
I'm able to set url of ewk_view successfully with ewk_view_url_set function successfully.
Now I want to read page source in a String.
I'm having very hard time getting contents(Page source) set on current window of WebView.
The next step will be that I will be modifying the page and again display it in the same view...
Please help me...
Thanks in advance.
How to modify webpage content