Prathamesh Sagvekar
Prathamesh Sagvekar
- `downloadProgress` works on plain `cordova` project 💯 - but, another `cordova` project which i've created using [framework7 cli](https://framework7.io/cli/) - which `bundles` UI using `webpack` (where is something going wrong)
> If you are using the latest because they use cordova-plugin-advanced-http plugin, the progress call will not be triggered as that plugin does not have a progress report. I switched...
> > > If you are using the latest because they use cordova-plugin-advanced-http plugin, the progress call will not be triggered as that plugin does not have a progress report....
# In case of cordova platform - when you use `codepush.sync()` or `codepush.checkForUpdate()` - get details about the updates by `codePush.getCurrentPackage()` - to store and retrive required information in entire...
In my case, I'd set state for `messages` defined as follow: ```jsx const [messages, setMessages] = useState(); // does not work // other code return ``` As you can see...
@sainikumar and @vaknin can you provide screenshots? for what platform these warnings occur?