All Projects → apache → cordova-wp8

apache / cordova-wp8

Licence: other
[DEPRECATED] Apache Cordova WP8

Programming Languages

C#
18002 projects
javascript
184084 projects - #8 most used programming language
Batchfile
5799 projects
CSS
56736 projects
HTML
75241 projects

Projects that are alternatives of or similar to cordova-wp8

ionic3-whatsappclone
This is a template for WhatsApp for user with ionic framework. It's just a template with no backend for now. See Roadmap in Readme below
Stars: ✭ 24 (-71.08%)
Mutual labels:  cordova
Dianoia-app
Mobile (Ionic 3 - Angular 4) app about non-pharmaceutical activities and information for people with dementia.
Stars: ✭ 13 (-84.34%)
Mutual labels:  cordova
cordova-plugin-advanced-imagepicker
Cordova Plugin for an advanced (multiple) ImagePicker
Stars: ✭ 23 (-72.29%)
Mutual labels:  cordova
framework7-plugin-keypad
Keypad plugin extends Framework7 with additional custom keyboards
Stars: ✭ 72 (-13.25%)
Mutual labels:  cordova
SwiftJSBridge
SwiftJSBridge is a handy JavaScript Bridge, written in Swift, support WKWebView and UIWebView
Stars: ✭ 29 (-65.06%)
Mutual labels:  cordova
maji
Maji is a framework to build great hybrid mobile apps.
Stars: ✭ 18 (-78.31%)
Mutual labels:  cordova
capacitor-rate-app
Let users rate your app using native review app dialog for both Android and iOS.
Stars: ✭ 88 (+6.02%)
Mutual labels:  cordova
phonegap-template-vue-f7-tabs
A TabBar PhoneGap template using Vue.js and Framework7
Stars: ✭ 31 (-62.65%)
Mutual labels:  cordova
framework7-template-split-view
Deprecated! Framework7 split view starter app template
Stars: ✭ 19 (-77.11%)
Mutual labels:  cordova
JiaCordova
在Cordova及插件的基础上封装一些常用的功能,不断更新中
Stars: ✭ 35 (-57.83%)
Mutual labels:  cordova
cordova-plugin-battery-status
Apache Cordova Plugin battery-status
Stars: ✭ 94 (+13.25%)
Mutual labels:  cordova
framework7-template-react
Deprecated! Framework7 React starter app template with hot-reload & css extraction
Stars: ✭ 105 (+26.51%)
Mutual labels:  cordova
ionic4-image-crop-upload
Ionic 4, Angular 7 and Cordova Crop and Upload Image
Stars: ✭ 16 (-80.72%)
Mutual labels:  cordova
cordova-plugin-android-window-background
Simple Cordova plugin to set Android window background on start-up 🎨 🍭
Stars: ✭ 15 (-81.93%)
Mutual labels:  cordova
mipush-cordova-plugin
cordova小米推送插件
Stars: ✭ 22 (-73.49%)
Mutual labels:  cordova
cordova-fonts
Cordova plugin for enumerating fonts on a mobile device
Stars: ✭ 14 (-83.13%)
Mutual labels:  cordova
cordova-plugin-opentok
Cordova Plugin for OpenTok - add webrtc video to your iOS or Android App
Stars: ✭ 30 (-63.86%)
Mutual labels:  cordova
cordova-plugin-exoplayer
Media player plugin for Cordova that uses Google's ExoPlayer
Stars: ✭ 48 (-42.17%)
Mutual labels:  cordova
cordova-plugin-purchases
Cordova in-app purchases and subscriptions made easy.
Stars: ✭ 52 (-37.35%)
Mutual labels:  cordova
docker-cordova
🗿 Docker image for Cordova (with Node.js & Android)
Stars: ✭ 72 (-13.25%)
Mutual labels:  cordova

Apache Cordova for Windows Phone 8


📌 Deprecation Notice

This repository is deprecated and no more work will be done on this by Apache Cordova. You can continue to use this and it should work as-is but any future issues will not be fixed by the Cordova community.

Feel free to fork this repository and improve your fork. Existing forks are listed in Network and Forks.


Build status

This repo includes code to build Apache Cordova applications that target Windows Phone 8 SDK.

An Apache Cordova based applications is, at the core, an application written with web technology: HTML, CSS and JavaScript.

Apache Cordova is a project at The Apache Software Foundation (ASF).

Requires

  • Windows Phone SDK 8 -- Windows Phone 8 development requires Windows 8 Professional, and Visual Studio 2012 ( express works )

Getting Started

Create a new project

Getting Started from the command line

>.\wp8\bin\create PathToNewProject [ PackageName ] [ AppName ]

>PathToNewProject : The path to where you wish to create the project
>PackageName      : The namespace for the project (default is Cordova.Example)
>AppName          : The name of the application (default is CordovaWP8AppProj)

>example:
>.\wp8\bin\create C:\Users\anonymous\Desktop\MyWP8Proj io.cordova.example CordovaWP8App

From here you can open it in Visual Studio:
- Launch Visual Studio and open Solution file (.sln) in (C:\Users\anonymous\Desktop\MyWP8Proj)
- Built and Run it

Or, you can continue with the command line:
- >cd C:\Users\anonymous\Desktop\MyWP8Proj
  >cordova\run

BUGS?

Further Reading

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].