GithubHelp home page GithubHelp logo

verticalviewpager's People

Contributors

lambergar avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

verticalviewpager's Issues

Implementation

After copying VerticalViewPager, PagerAdapter, and ExtendedWebView into a project, how do you implement it?

Vertical scroll for WebView inside Viewpager

Hello, thanks for library.
But I have a WebView inside VerticalViewPager, and its scroll starts to work only after horizontal move.
If I try vertical move, pager changes page, but not WebView's content scrolls.

Circle page indicator is not working

i have tried to implement circle page indicator in vertical view pager but its it is drawing the circle from one point to another but its not staying in correct position , can anyone help me pls

It hangs if you setcurrentItem

Hi

I think on line 1158/1146 the pos or the ii.position never gets updated so it never goes out of the while loop.

thanks

Scroll child view inside Vertical pager

Hello Good Job .
Vertical view pager is working good.
But I have to implement an awkward task.
I have to do vertical paging with scrolling in child view.
Also if there is image I have to give user ability to scale that image.
I have used some code for scale image found on net, In sample it's working, but in view pager scaled image is not scrollable.
So please help me on these issues.

cannot import default package

The library project isn't inside a package(it's in default package), I can't import it unless I put all the codes in a package or copy codes into my own project. Please put all the codes in a package.

Small bug on computeScroll()

There's a small bug in the computeScroll() method, line 1576:

if (!pageScrolled(x)) {

should be:

if (!pageScrolled(y)) {

since this is a vertical pager ;)

this bug results in some wrong values being passed to the 'onPageScrolled' method of listeners in a few cases.

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.