problem
Despite what is shown in the [documentation for softKeyboardOnFocus](
http://docs.appcelerator.com/titanium/latest/#!/api/Titanium.UI.View-property-softKeyboardOnFocus), Tizen does not seem to support the Ti.UI.Android constant values associated with it. There is no apparent way to set this property on Tizen. The alloy.js runtime lib attempts to set this to the default value on load, which is causing the error in TIMOB-14738.
expected
Tizen should either assign softKeyboardOnFocus in a safe platform-specific manner, or the property should not be manipulated by Alloy at all.
PR: https://github.com/appcelerator/alloy/pull/210 Functional test with 1.2.0-alpha5
Create a default alloy app
Run it for tizen
Make sure it runs successfully and does not encounter the runtime error mentioned TIMOB-14738