언어 설정

Menu
Sites
Language
Convert EnyoJS project to Tizen project

Hi there! I´ve been working with an EnyoJS project for WebOS platform, everything seems to be working fine.. I know Tizen now supports this framework so my question is, how can I import the project into Tizen Studio and run it in the emulator ?? Thank you!

Responses

4 댓글
John Ixion

Hi,

lots of articles have been written about this: search "enyo tizen"

Iqbal Hossain

hi~

Find this https://developer.tizen.org/development/articles/sample-app-using-enyo-framework

You will get a sample app with source code, tutorial to work with Enyo JS in Tizen. 

Gerardo Tarragona

Ok, I have something almost working fine right now.. Here is what I did:

I created a 'Hello world' Tizen project (web application), I ran it to make sure it was working fine. Then I copied the content of my 'dist' folder created with the command 'enyo pack' into the folder of the hello world app. Finally I ran it as a Tizen Web Simulator Application (Samsung TV) and it seems like it is working, the only trouble is that the remote control isn't working. I'm gonna try to run the app on the TV to see if the remote control works properly.. Any suggestions are still welcome

Gerardo Tarragona

Lucky for me the remote control is working on the TV.
But there is a problem, everytime I click on a text field in my app, the virtual keyboard shows up and then when I click on any letter it dissapears. So I need to click again on the text field in order to write letter by letter.. any idea about what is happening ?