GithubHelp home page GithubHelp logo

cip / wikipedia Goto Github PK

View Code? Open in Web Editor NEW

This project forked from hermwong/wikipedia

2.0 2.0 1.0 5.12 MB

Wikipedia

License: GNU General Public License v2.0

C# 0.83% Java 5.98% Shell 0.17% JavaScript 90.22% Objective-C 2.80%

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.