Embedding Cordova WebView on iOS HTML not show -


i'm working on project trying embed cordova uiwebview on ios. far ,i've load index.html file on www folder. problem javascript worked charm html code didn't appear.

what looks on ios simulator(http://i.imgur.com/timucwd.png)

what looks on firefox(http://i.imgur.com/gkb60kd.png)

<html>   <head>            </head>   <body>         helloworld            <script type='text/javascript'>     alert('js worked');      </script>    </body>  </html> 

is there missed?

please help. in advance.


Comments

Popular posts from this blog

SPSS keyboard combination alters encoding -

Add new record to the table by click on the button in Microsoft Access -

javascript - jQuery .height() return 0 when visible but non-0 when hidden -