locked
Porting of Metro Style Apps To iOS & Android RRS feed

  • Question

  • Hi all.,

    We have a requirement like Porting of Metro Style Apps  from windows8 Tablet To iOS Tablet  & Android Tablet .which we created using Html5/JS..How to port the Application onto Other OS..??

    Can anyone Help us..????

    Anyhelp would be greatly Appreciated..


    • Edited by Umapathi A Wednesday, August 29, 2012 8:56 AM
    Wednesday, August 29, 2012 8:41 AM

Answers

  • Hi all.,

    We have a requirement like Porting of Metro Style Apps  from windows8 Tablet To iOS Tablet  & Android Tablet .which we created using Html5/JS..How to port the Application onto Other OS..??

    Can anyone Help us..????

    Anyhelp would be greatly Appreciated..


    Take a look at Monotouch and Monodroid. Apart from that wrong forum dude.

    weichhold.com

    Wednesday, August 29, 2012 10:51 AM

All replies

  • Hi all.,

    We have a requirement like Porting of Metro Style Apps  from windows8 Tablet To iOS Tablet  & Android Tablet .which we created using Html5/JS..How to port the Application onto Other OS..??

    Can anyone Help us..????

    Anyhelp would be greatly Appreciated..


    Take a look at Monotouch and Monodroid. Apart from that wrong forum dude.

    weichhold.com

    Wednesday, August 29, 2012 10:51 AM
  • I just ported my app Modern Reader to Android: https://play.google.com/store/apps/details?id=net.azurewebsites.modernreader

    I had to mock up stuff like window.toStaticHTML() and HTMLElement.prototype.uniqueID...

    However it is possible.

    Debugging HTML/JS on Android WebView is terrible though.
    I used chrome when possible (resized a window to the right size)
    Also iOS lets you attach Safari Dom inspector and debugger to the iOS WebView so if the bug happens on both Android/iOS maybe try debugging there.

    • Proposed as answer by Cobra Tap Sunday, October 13, 2013 12:00 AM
    Saturday, October 12, 2013 11:44 PM