In this link : https://developer.tizen.org/forums/native-application-development/gear-s3-possible-communicate-between-our-apps
Vladyslav Prysiazhnyi has good solution for configuring watch app, but I got problems with this method :
"Unfortunately, the creating a new window by elm_win_add() function has bug or something when using it with watch app, for example it will crash if I use elm_entry_add after keyboard shown and using elm_spinner_add after tap to focus on the selection (happened only on device, emulator works fine)
And maybe its a bug because after couple of retry, then the spinner works, and after spinner works, the entry works too"
"tried the same call using regular app is work on device, only watch app that is crashed"
So in conclusion :
- In emulator, no crash
- In device crash when using elm_entry_add or elm_spinner_add (and tap to focus) - this is ONLY in watch app, regular app working fine
- In device after sometime it works well (after couple of retry)
Is there anyway to resolve this ?
Thanks