and in app.js I have a init() function which is called on pageload which has the following code:
var popupWidget = tau.openPopup("#popupMainOK");
document.getElementById('popupMainOK').addEventListener("popuphide", onPopupPressBtnHide);
I tried so many different things but nothing worked properly so far. How am I supposed to use this? I copied my tau library and stylesheets and stuff from the webui sample and im using the tizen 2.4 SDK with the wearable 2.3.1 downloaded via the updatemanager. According to the version file I’m using tau version 0.11.4.
I also get the same result when I use the code given in the SDK help
Problems with tau
Hello to this community,
currently I’m trying to write my first tizen web app and I run into problems with tau on a regular basis. Maybe one of you guys can help me.
Earlier I got weird behaviour when I had jquery imported so that i choose to not use it anymore. I used the following code to import it though:
Right now I have the problem that the popup I’m creating is not closing when I press the button. I used the following to create it:
and in app.js I have a init() function which is called on pageload which has the following code:
I tried so many different things but nothing worked properly so far. How am I supposed to use this? I copied my tau library and stylesheets and stuff from the webui sample and im using the tizen 2.4 SDK with the wearable 2.3.1 downloaded via the updatemanager. According to the version file I’m using tau version 0.11.4.
I also get the same result when I use the code given in the SDK help
I appretiate any help as I’m lost here.
I’m also thankfull for any tips on which help files to use or which development steps to take or tools to use…
greetings
daberne
BY
16 Apr 2025
Tizen Studio
BY
04 Nov 2024
Tizen Studio
BY
02 Apr 2024
Tizen Studio