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
Post a Comment