Code Monkey home page Code Monkey logo

Comments (5)

pwlin avatar pwlin commented on July 20, 2024

So if I understand correctly, there is a blank screen for a little while after installing the APK and that is irritating you? How long does the blank screen remain? And after the blank screen is gone, you do see the dialog with "Done" and "Open" buttons, right?

from cordova-plugin-file-opener2.

gogoreg avatar gogoreg commented on July 20, 2024

I want to update my application.
step 1. Add the plugin to my application
step 2. Download a new version application myApp.apk to local directory
step 3. Open myApp.apk via the plugin
step 4. Installing with android "Package installer"
step 5. The blank screen becoming after several seconds, and lasts about 10 seconds
step 6. Android "Package installer" has interrupt without any tips, NO "Done" OR "Open" buttons all the time
step 7. When I open the new application , I found it has installed success.

The important thing is:
I found if I open other apk file, other application, not itself, not override (e.g. open yourApp.apk), everything is going well.

from cordova-plugin-file-opener2.

pwlin avatar pwlin commented on July 20, 2024

step 3. Open myApp.apk via the plugin

Now wait around half a second then quit your own application via Cordova:

setTimeout(function() {
    navigator.app.exitApp();
}, 500);

Will this help?

Edit: modified setTimeout to half a second

from cordova-plugin-file-opener2.

gogoreg avatar gogoreg commented on July 20, 2024

Thank you. After adding exitApp(), It works pretty well now.

from cordova-plugin-file-opener2.

pwlin avatar pwlin commented on July 20, 2024

Great! good luck!

from cordova-plugin-file-opener2.

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.