Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes #631 Scroll & constraint issues in BrowserViewController #894

Merged
merged 14 commits into from Apr 11, 2019
Commits on Jan 2, 2019
  1. Corrected the logic for offset when using iPad(shows tabsbar). The `h…

    danishjafri88 committed Jan 2, 2019
    …eaderTopOffset` is already clamped by `-topScrollHeight` in scrollWithDelta, where topScrollHeight contains both urlView and tabsBarView.
  2. Improved animation as per apple guidelines.

    danishjafri88 committed Jan 2, 2019
  3. Removed unnecessary setting of maxTouch on scrollView and enabled Zoo…

    danishjafri88 committed Jan 2, 2019
    …m for WKWebview.
  4. Review Fix

    danishjafri88 committed Jan 2, 2019
Commits on Jan 9, 2019
  1. The footer view will never be nil but is initialised in viewdidload s…

    danishjafri88 committed Jan 9, 2019
    …o treating it as non-nil while declaring it as unwrapped optional. Removed old animation code fix which became redundant after update
Commits on Jan 23, 2019
Commits on Feb 12, 2019
  1. Aligned fav vc with footer

    danishjafri88 committed Feb 12, 2019
Commits on Apr 9, 2019
  1. resolved conflict

    danishjafri88 committed Apr 9, 2019
  2. merge development

    danishjafri88 committed Apr 9, 2019
Commits on Apr 11, 2019
  1. Removed unneeded comment.

    jhreis committed Apr 11, 2019
  2. Merge branch 'bugfix/fix.bug.631' of github.com:brave/brave-ios into …

    jhreis committed Apr 11, 2019
    …bugfix/fix.bug.631
You can’t perform that action at this time.