mapiacompany / capacitor-codepush

Capacitor plugin for CodePush
http://appcenter.ms
Other
151 stars 65 forks source link

After downloading, while installation, app goes white and says `cordova is not defined` #43

Open ashish141199 opened 3 years ago

ashish141199 commented 3 years ago

Description

After downloading, while installation, app goes white and says cordova is not defined

Reproduction

  1. Run app on android
  2. Make minor text changes in the code (i made in index.html)
  3. build, sync and release to codepush via: appcenter codepush release -a ashish141199/Intract-Android -c public/ --target-binary-version "*"
  4. Restart the app, it says "Checking for update" and then Downloaded, will be installed on next restart
  5. When I restart the app, the screen goes white and nothing happens at all. In chrome://inspect I was able to see cordova is not defined and then nothing.

Additional Information