I am testing a widget on my Gear S2 with Tizen version 2.3.2.1.
This configuration supports addition of a web widget to a web app. I was successful in creating a sample app containing such a widget. The app installed on the S2, and I could add its widget to the widget board on the right hand part of the home screen. The widget itself also worked as intended.
Then I only changed the configuration settings to enable encryption of the app package. The app still installed, but when I added its widget to the widget board, a blank screen appeared in the new slot. Tapping on this produced no response, although I could swipe to its neighbours.
Can anybody confirm this behaviour, as it seems like a platform bug? My impression is that the problem lies with the decryption of the image specified in the "container" div of my widget's index.html, triggered in app.js by window.onload.
One work-around would be to distribute my app+widget without encryption, but I do not find that attractive.