4

My WebView need load a html.

  <frameset rows="59,*" cols="*" frameborder="no" border="0" framespacing="0">
  <frame src="files/top.html" name="topFrame" scrolling="No" noresize="noresize" id="topFrame" title="topFrame" />
  <frameset cols="213,*" frameborder="no" border="0" framespacing="0">
    <frame src="files/left.html" name="leftFrame" scrolling="No" noresize="noresize" id="leftFrame" title="leftFrame" />
    <frame src="files/mainfra_.html" name="mainFrame" id="mainFrame" title="mainFrame" />
  </frameset>
  </frameset>

Does Android WebView support frameset tag?

Natali
  • 2,934
  • 4
  • 39
  • 53
XX_brother
  • 1,657
  • 4
  • 18
  • 15
  • Wouldn't it take you less time to point your Android device's browser to a webpage containing the questionable html, than it would to post a question and wait for someone to respond? – mah Feb 28 '12 at 12:37

1 Answers1

2

Check this webview-load-html. And anyway your frameset tag in html, when html file runs in android then automatically it will support frameset tag.

Community
  • 1
  • 1
Mr. Sajid Shaikh
  • 7,051
  • 4
  • 21
  • 35