We have some few questions about develuping with the Tizen wearable (to be spesific are we develuping for a Samsung Gear S smartwatch). Just answer with the following number if possible. We are using HTML5 and Javascript.
1) Is it possible to make round buttons? So far are we only able to make squre buttons with the <button> tag.
2) Is it possible to show a new html page for a few seconds and then make it disappear on its own?
3) Is there a way to get data (like from an array) out of the watch and over to a PC with a file or some wireless connection? We need to make a graph of some accelerometer data we collect.
4) We use the <input> tag so the user is able to type in a phone number, but how can we save what is typed into the input to a variable in javascript?
5) How do we make a call using javascript code?
6) Is there a way to run an application while the app is not displaying/closed?