0

I have always used ripple-emulator to test my Android app in browser. The project seems to be unmaintened but was still working, until I upgraded to Cordova 7.0.0. Now it does not work anymore: when Ripple starts it just shows:

enter image description here

So I'm looking for a new way to test my app in browser.

Is there any new way to do it?

I use Ubuntu 16.04 OS.

Thanks

Frank
  • 2,083
  • 8
  • 34
  • 52
  • It might be difficult to do so if your app uses a fair amount of native features. you can always run it on android, with stuff like browsersync – rjv Jun 10 '18 at 16:44
  • Well I just need it to just test the front-end part of the app. So don't need to test native features. – Frank Jun 15 '18 at 06:21
  • https://stackoverflow.com/questions/28908935/how-to-add-live-reload-when-using-the-command-cordova-serve/50786052#50786052 – rjv Jun 15 '18 at 08:49
  • @rjv, unfortunately it does not work for me! – Frank Jul 23 '18 at 18:53

1 Answers1

0

The Ripple emulator is no longer being updated (as of writing this). I would recommend that you install the latest version of Cordova-Simulate into your application directory. You can read all about it here: https://www.npmjs.com/package/cordova-simulate

It contains the same features that were available in the ripple emulator.

Really Nice Code
  • 1,144
  • 1
  • 13
  • 22