blob: 9b6ad6249395df73217d05214ae372f7a2097a3f [file] [log] [blame]
This is a draft implementation of a Cordova layer for Windows 7.
This project can be built using Visual Studio 2012. Doing so creates a Win32
program that hosts a IE-based web view and loads www/index.html inside it. The
supplied cordova.win7.js file has partial support for Cordova events and API
sets, and is able to interact with the hosting program (native side).
This is still very much work in progress, and further development, including
bug fixing, will be required before this can be considered suitable for
deployment.
Internet Explorer 9 or newer is required.
Major files are:
shell.c: initialization, web view control and native <-> javascript interface
accel.c: accelerometer sensing
capture.c: video, audio and photo recording
device.c: support routines for Cordova Device API
network.c: network connectivity sensing
notification.c: dialog boxes support
There are some basic usage samples in www/
-
Copyright 2012 Intel Corporation
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. See the NOTICE file
distributed with this work for additional information
regarding copyright ownership. The ASF licenses this file
to you under the Apache License, Version 2.0 (the
"License"); you may not use this file except in compliance
with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing,
software distributed under the License is distributed on an
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
KIND, either express or implied. See the License for the
specific language governing permissions and limitations
under the License.