0

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?

Nikolay
  • 344
  • 1
  • 15

1 Answers1

0

It is possible by overwrite methods loadData and loadDataWithBaseURL

Nikolay
  • 344
  • 1
  • 15