Coder Social home page Coder Social logo

cordova-app-updater's People

Contributors

mnill avatar shawn0326 avatar wswoodruff avatar

Stargazers

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

Watchers

 avatar  avatar  avatar

cordova-app-updater's Issues

iOS background app kill

Get update from sever, perfect working in android but having issue with ios in iOS i have to kill the background app then it is updating the app .

In android it is working without killing background app.

can't read index.html

content and path is correct, but can't show the content of index.html.
perhaps iOS don't permit to do like this.
open file://**index.html under app-directory is possible。
error:Received an unexpected URL from the web process: 'file:///Users/mac/Library/Developer/CoreSimulator/Devices/A1BE91E9-93D8-446E-8631-164EAC873377/data/Containers/Data/Application/3789B421-894D-4278-8960-5D1E64DD6B47/Documents/cache/www/index.html'
Received an invalid message "WebPageProxy.DecidePolicyForNavigationAction" from the web process.

Grunt script

Hi, can you please provide the Grunt script that calculates a list of new files?

Handling missed updates

What happens if a user misses an update?
How the updater will know which files to download?

Getting error "no network connection"

Getting error "no network connection". Used an example ionic app checked manifest and

<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
<uses-permission android:name="android.permission.ACCESS_WIFI_STATE" />

Is present. Checked the server and the config.json file and other files exists on the server.\

please advise.

Use of splashcreen

I already use a splashcreen in my project that I'm hiding.

<preference name="AutoHideSplashScreen" value="false" />
<preference name="FadeSplashScreenDuration" value="1000" />
<preference name="UpdaterPolicy" value="tryupdate" />
<preference name="UpdaterHideSplashScreen" value="false" />
platform.ready()
  .then(log.info('platform ready'))
  .then(() => this.getOrCreateUser(this))
  .then(() => this.getOrCreateDevice(this))
  .then(device => this.registerNotification(device))
  .then(() => navigator.splashscreen.hide());

I tried UpdaterHideSplashScreen = true but my splashcreen does not hide. With UpdaterHideSplashScreen = false, the hiding is not triggered by me.
And I never saw the updating progress as mentioned in the documentation.

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.