Here i am trying to load Html code as string in webview\'s loadData() .Nothing is happen over this mehtod but same method is working like charm in below sdk 29.
loadData()
Now it is working after performing base-64 encoding to string html_code.
html_code
Issue resolved by passing html_code string as per given instruction in docs