Code Monkey home page Code Monkey logo

Comments (6)

daadu avatar daadu commented on September 22, 2024 1

Interesting, will look into it. Meanwhile, if you find the solution - feel free to file a PR.

from backdrop.

lastmeta avatar lastmeta commented on September 22, 2024

actually it turns out paste works correctly up to but not including a backdrop layer height of 163. any height less than that, paste works just fine.

      Backdrop.of(components.navigator.routeContext!).revealBackLayer();
      return Container(height: 162.99); // works fine

So this is not due to my original hypothesis...

from backdrop.

lastmeta avatar lastmeta commented on September 22, 2024

image

I'm struggling to figure out what the square box at the top is, but if the paste button is not within that square it does not paste.

Notice it is the same size as the white (front) area.

from backdrop.

lastmeta avatar lastmeta commented on September 22, 2024

here's a better view
image
This area is as large as the white area. some kind of gesturedetection, idk. But it doesn't move down with the fling of the backdrop... and when the keyboard comes up it gets even smaller because it stays the same size as the white (front) area.

from backdrop.

lastmeta avatar lastmeta commented on September 22, 2024

it seems like that area is the raw gesture detection area associated with the paste button. it only shows up in the widget inspector when the paste widget tooltip is displayed.

from backdrop.

lastmeta avatar lastmeta commented on September 22, 2024

found a viable workaround for my usecase by disabling the toolbar altogether, but I should also note here that if we say
resizeToAvoidBottomInset=false on the scaffold it also works fine.

That tells me it's probably in the right spot, but the scaffold push up functionality pushes it up to it is as in the pictures, overlapping the backlayer rather than the front.

from backdrop.

Related Issues (20)

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.