3

I am trying to build a web app in tizen environment, I found that tizen is using jQuery mobile for ui design. I want to know that can i use tizen with angularJs for my web app (App should run in tizen emulator). If yes, can anyone have good resource or tutorial about it.

Darin Kolev
  • 3,401
  • 13
  • 31
  • 46
ARV
  • 395
  • 2
  • 6
  • 19

2 Answers2

1

Yes, You can use, Down the line its a web application, a library which works on latest browsers can be used in tizen OS.

0

You can use whatever JS library you want on Tizen. You can even use something else than the recommended jQuery Mobile UI library for the UI part. I personally prefer to use Enyo.js for UI, but AngularJS will also do the job.

Rémy DAVID
  • 4,343
  • 6
  • 25
  • 27