Windows Phone 8 Development with Phonegap
NickName:kolexinfos Ask DateTime:2013-07-19T18:54:20

Windows Phone 8 Development with Phonegap

I have jut read this documentation http://phonegap.com/blog/2012/12/21/apache-cordova-and-windows-phone-8/, and I need to ask a very simple question. I know you cant do Windows Phone 8 development without Win 8 OS but if I have all my assets done on another machine say XP with like ublime Text using Jquerymobile, can I just upload my html/css/javascript to Phonegap Build and have it produce my xap files that can be submitted to Win Phone 8 store?

Correct me if I am wrong is this not suppose to be the purpose of Phonegap Build in the first place?

Copyright Notice:Content Author:「kolexinfos」,Reproduced under the CC 4.0 BY-SA copyright license with a link to the original source and this disclaimer.
Link to original article:https://stackoverflow.com/questions/17744394/windows-phone-8-development-with-phonegap

Answers
Jannik Weichert 2013-07-22T13:56:34

I just developed an application for Android, iOS and Windows Phone 8 with jQuery Mobile and Phonegap. Theoretically you can upload your folder - as you supposed - to Phonegap Build and it is ready to run. But the store is very strict and I'm not shure if it will be certificated because of the not windows-like look and feel.\n\nThis sites helped me a lot: \n\nhttp://msopentech.com/blog/2012/10/30/added-support-for-wp8-in-apache-cordova-sencha-touch-and-other-open-source-frameworks\n\nEspecially this one:\n\nhttp://sgrebnov.github.io/jqmobile-wp8-theme/\n\nIt is a jquery-mobile theme provided by Microsoft itself and the application just looks native. There some special HTML-Tags needed but the transformation is very fast if you are fit in JavaScript. Then your app will be easily certificated!",


caschw 2013-07-19T12:16:32

Developing a phone gap app is entirely different than developing a native app. You are essentially developing in phone gap's style using their api's and then letting them convert it to a xap for you. You do not need Windows 8 to do this as you are not using Microsoft's tools or apis.",


More about “Windows Phone 8 Development with Phonegap” related questions

Windows Phone 8 Development with Phonegap

I have jut read this documentation http://phonegap.com/blog/2012/12/21/apache-cordova-and-windows-phone-8/, and I need to ask a very simple question. I know you cant do Windows Phone 8 development

Show Detail

Windows Phone 8 App Development using Phonegap

I want to develop windows phone 8 app using Phonegap. I have used phonegap for Android and iOS and it works fine. As per my research, I have found some prerequisites to develop WP8 apps using phone...

Show Detail

PhoneGap geolocation and Windows Phone8

According to PhoneGap documentation, the Geolocation API are not available for Windows Phone 8. But according caniuse.com (http://caniuse.com/geolocation), the HTML5 geolocation is available for W...

Show Detail

Tutorial for PhoneGap application for Windows 8 phone

Is there a possibility to run a gwt web app inside PhoneGap at Windows 8 phone? I found tutorials only for iPhone and Android but don't have a clue how to make this in WP8. How the gwt web app is

Show Detail

phonegap msbuild failed in windows phone 8

I get the following error when I run phonegap local build wp8 M:\LocalDevelopment\PhoneGap\HelloWorldW>phonegap local build wp8 [phonegap] adding the Windows Phone 8 platform... [error]

Show Detail

InAppBrowser not working in windows phone 8 using phonegap

Recently i came across a problem for Facebook login from my app through the InAppBrowser for phonegap. I tried with ios and android source from Phonegap that worked good. When i tried the same for

Show Detail

Phonegap Windows Phone 8 Build Error

I'm trying to deploy an app to a Windows Phone 8 device, compiling it with phonegap's 3.0.0-0.14.4 command line tools, but I keep getting this error message while trying to build it: phonegap loca...

Show Detail

Windows Phone 8 using phonegap

I am creating an windows phone 8 app using phonegap but the following method is not working xhr.overrideMimeType("text/plain; charset=x-user-defined").

Show Detail

Windows Phone 8 PhoneGap Barcodescanner

I've been trying to use Windows Phone 8 with PhoneGap and the Plugin (https://github.com/phonegap/phonegap-plugins/tree/master/WindowsPhone/BarcodeScanner) for BarcodeScanning. But I don't know how...

Show Detail

Windows phone 8 SDK environment path for Phonegap

I am using Phonegap version 3.3 and installed latest visual stdio express for windows phone development. With few hick ups I was managed to create and run android application using local environm...

Show Detail