1

We are creating a Tizen Enyo app and would like to test on the Apache Ripple simulator in the browser. I do not see any support for the Tizen or Enyo platforms in Ripple. Does the Ripple simulator support Tizen Enyo projects?

Eduard Florinescu
  • 16,747
  • 28
  • 113
  • 179
Larry Aasen
  • 394
  • 3
  • 12

1 Answers1

1

Why use Ripple and not Websimulator? Websimulator supports Tizen API and is built over Ripple.

I don't see any reason you cannot use Enyo in the widget application like any other JavaScript framework file, just define the following in index.html to load the enyo.js library.

<script src="enyo.js" type="text/javascript"></script>
Eduard Florinescu
  • 16,747
  • 28
  • 113
  • 179
  • 1
    I was using Ripple because that it what I had been using for other projects. I did not know about Web Simulator from Intel, but will give it a try. – Larry Aasen Aug 04 '13 at 16:08
  • 1
    I have been using the Tizen 2.2 Web Simulator for days now and it works very well. I had originally expected the Ripple Chrome plugin to support Tizen, but the Web Simulator is just as good. The simulated GPS works well too. Thanks for the tip. – Larry Aasen Aug 15 '13 at 13:05