reduxjs / redux-devtools

DevTools for Redux with hot reloading, action replay, and customizable UI
http://youtube.com/watch?v=xsSnOQynTHs
MIT License
13.96k stars 1.15k forks source link

Make the remote redux devtool work for physical devices or emulators #1204

Open ZahraRahmani opened 2 years ago

ZahraRahmani commented 2 years ago

Is there a way to set up redux devtool for android/ios physical devices? Running an app with ionic serve will show the state and actions on the browser, I was looking for a way to make it work for the actual devices or emulators. I have been following https://gist.github.com/rob3c/c2c4dcc1116f94901ace179722c5f6d4 and https://medium.com/nextfaze/remote-debugging-ngrx-store-with-ionic-74e367316193 instructions to make the remote redux devtool show the actions and states for the physical device and/or emulators for debugging, I got everything setup, but was not seeing any actions or states coming to the remote redux devtool. I was not able to find other articles or a clear guidance on how to make this happen. Looking forward to hear any information or guidance that can help me with this. Thank you.

Application information: rxjs: 6.6.7 typescript: 4.4.4 Angular CLI: 13.0.1 Node: 16.16.0 ionic: 6.19.0

dhruvsakariya-alchemy commented 1 year ago

Have you found any solution ?? How to make it work redux devtool with mobile ( remote debugging with chrome ) ?