Git Product home page Git Product logo

wikipedia's Introduction

GETTING STARTED:

  1. Setup your development environment
  2. Setup the project

ENVIRONMENT SETUP

  1. Follow Steps 1 & 2 from the instructions found on the PhoneGap.com Getting Started Page to get all the necessary software for contributing to this project.

CHECKING OUT THE SOURCE CODE

  1. Create your own fork of the Wikipedia code.
  2. Clone your fork onto your computer.

SETTING UP THE PROJECT IN ECLIPSE

  1. In Eclipse choose to import a project by going to File (in the menu bar) -> Import.
  2. Select General -> Existing Projects into Workspace
  3. Choose Select Root Directory radio button and then click the Browse button next to the right.
  4. Navigate to the directory where you cloned the source code and then click the Open button on the bottom of the dialog.
  5. Click the Finish button.

The project should now be setup in Eclipse.

ANT CONFIGURATION

Make sure to modify the sdk.dir variable in the local.properties file so that it points to the location where the android sdk is installed on your computer.

FAQ:

Q. I'm seeing an error that says "DroidGap cannot be resolved to a type", how do I fix it?

A. You will need to add the PhoneGap library to your project, by following these steps to get the file.

  1. Download PhoneGap
  2. Unzip the PhoneGap files.
  3. Copy Android/phonegap-1.1.0.jar into the libs folder of your project.
  4. To add the phonegap-1.1.0.jar into your project, right click your Eclipse project and select Properties.
  5. Select Java Build Path, click on the Libraries tab and then click the Add JARs button.
  6. Browse to libs/phonegap-1.1.0.jar and choose to add it.

wikipedia's People

Contributors

astagi avatar bvibber avatar chrismckee avatar cip avatar dante-101 avatar debloper avatar devicewall avatar flyingclimber avatar hartman avatar hashar avatar hermwong avatar hundfred avatar imhotep avatar jeroendedauw avatar jsoby avatar nextgensh avatar nikerabbit avatar pfhayes avatar reedy avatar suyashcjoshi avatar tpt avatar weareallricky avatar yllierop avatar yuvipanda avatar

Stargazers

 avatar  avatar

Watchers

 avatar

wikipedia's Issues

Menu and header position/content scrolling

Wikipedia app has scrollable content and two fixed elements: header
at top, and menu at bottom of screen.

On cordova-qt (tested on Nokia N8) this does not work as expected:

With "goodscroll" implementation (Default in wikipedia 1.1)

Elements positioned correctly.
Scrolling only possible via scrollbar, no kinetic scrolling possible.

with iscroll

Used in wikipedia 1.1 for ios 4.2

Elements (still) positioned correctly
Scrolling not working at all in simulator,
incorrectly on device. (Behaving as if content connected with rubber
band to header)

with "badscroll"

Enabled via

chrome.addPlatformInitializer(function() {
//        $('html').removeClass('goodscroll').addClass('badscroll');
});

Elements scroll with content :(
Kinetic scrolling works

Qtwebkit appearantly not supporting css position:fixed.
Note that badscroll originally used for Android 2.2/2.3 only. As menu
currently used for Qt is from IOS version, badscroll not implemented for menu.
(That is position:fixed not set). Thus issue only visible with header, menu
scrolling of is expected as position:fixed not set.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.