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 -

Socket.connect doesn't throw exception in Android -

iphone - How do I keep MDScrollView from truncating my row headers and making my cells look bad? -