|
hi manuel,
i think, i can answer your 2nd question, "why is there no corresponding "tizen.application.getCurrentApplication().show()" call ?"
AFAIK, current _javascript_ engine, JSC, does not allows background excution of web apps. thus, some of _javascript_ can not be executed. by this manner, if web apps can call some of _javascript_ codes, it means, it has top-most windows for that time. and it also means, it does not need to bring up those apps to foreground. this is why we did not make application.show().
hope this helps.
regards, duck
------- Original Message ------- Sender : Manuel BACHMANN<[email protected]> Date : 2013-12-06 18:25 (GMT+09:00) Title : [Dev] Why is there no "tizen.application.getCurrentApplication().show()" call ?
Hi folks,
We just fixed (or at least, we tried to) the "tizen.application.getCurrentApplication().hide()" call under IVI profile.
It basically allows to hide an application using Web Runtime, from JS Code. What will then happen is that the underlying EFL toolkit will hide the window from view, and the user won't see the app anymore. What leads me to the next question : why is there no corresponding "tizen.application.getCurrentApplication().show()" call ? Because it's only one-way now, the app will hide be can not be shown again (unless I'm missing something).
-- Regards, Manuel BACHMANN Tizen Team EUROGICIEL Ingenierie Groupe EUROGICIEL - La 1ere SSAP Technopole PIBS Le Prisme Place Albert Einstein CP 1 56038 VANNES www.eurogiciel.fr
|
_______________________________________________ Dev mailing list [email protected] https://lists.tizen.org/listinfo/dev

