GithubHelp home page GithubHelp logo

Comments (6)

thekirankumar avatar thekirankumar commented on June 21, 2024

That branch is still in progress, Will be fixed in next release.

from springy-heads.

thekirankumar avatar thekirankumar commented on June 21, 2024

Please check updated commits

from springy-heads.

Behrouz-m avatar Behrouz-m commented on June 21, 2024

It doesn't work.
device-2016-11-15-161805

from springy-heads.

thekirankumar avatar thekirankumar commented on June 21, 2024

Android has a security feature where install button gets disabled when any other app draws on top (so that no one messed with the list of permissions by drawing over them). The fix for this will need a full rewrite of the library. So we will be targetting it in the next milestone (next month maybe)

from springy-heads.

HungTDO avatar HungTDO commented on June 21, 2024

Is this issues closed? Any solution?
i'm forked main branch, and i have same probleam!
@thekirankumar

from springy-heads.

HungTDO avatar HungTDO commented on June 21, 2024

@ray-pixar @thekirankumar
Over and over again tested. I had succeeded enable "install" button worked. I found that the width + height must not exceed 97% of the screen.

DisplayMetrics dm = getContext().getResources().getDisplayMetrics();
        int width = (int) (dm.widthPixels * 1f);
        int height = (int) (dm.heightPixels * 0.94f);
        WindowManager.LayoutParams layoutParams = new WindowManager.LayoutParams(width, height,
                flag,
                focusableFlag,
                PixelFormat.TRANSPARENT);

from springy-heads.

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.