Application in HTML5 / JS on Windows Phone

I am working on a mobile app in HTML and JS, for Android and iOS, it works really well. But for windows phone i am having some problems (first image is just using good templates)

enter image description here

So far I think everything is fine and I have no problem, I just copy all my HTML, JS and images in the project and I run the emulator and I have problems there:

Here is my Solution

Here is the facebook plugin to like my facebook page

render.addITwitter("//www.facebook.com/plugins/like.php?href=https%3A%2F%2Fwww.facebook.com%2Fpages%2FTo-Night%2F1405825763018380%3Fref_type%3Dbookmark&width&layout=standard&action=like&show_faces=true&share=true&height=80&appId=1434429670175105", "facebookIframe", "no", "0", "true", "horizontal"); 
render.addITwitter("https://platform.twitter.com/widgets/tweet_button.html?text=I%20am%20using%20this%20application%20:%20To%20Night%20", "twitterIframe", "no", "0", "true", "horizontal");

      

And Here is my Google Map to show some stuff

And for this image, I am calling google map to display the map.

I don't understand why it doesn't work. Javascript is included in the xaml and when I go to internet explorer on the emulator it works.

Anyone got an idea?

Thank you so much!

+3


source to share





All Articles