Issue
I need add same content on webview after loading start. For example, if I have web page:
<head>
</head>
<body>
</body>
I need get
<same content/>
<head>
<head>
<body>
</body>
but <same content/> must be loaded before <head>
Do you have any ideas?
Solution
It is possible by overwrite methods loadData and loadDataWithBaseURL
Answered By - Nikolay
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.