Open mattberg opened 9 years ago
I had this issue on 2014. Ended up recoding so I didn't rely on the focus event for the tab group... https://github.com/viezel/TiSocial.Framework/issues/86
Thanks for the info. The focus event on the Window is definitely a requirement for me in my situation. I will try that fake window technique.
Hi wondering why there has been no movement on this issue since it is such a deal breaker. I'd like to also add that blur events are also removed.
I tried the fake window technique and it doesn't work for iPhon6 and iphone 7 devices on iOS10. For reference I am coding with Ti SDK 5.5.1GA. I also can't work my app unless I use focus events.
Has someone found another workable solution to this?
Some details. I have a TabGroup setup with 5 tabs. Each of the windows in the tabs have focus event listeners. The window in the first tab has a master/detail flow. When on the detail, if I use the Social.activityView, go back to the previous window, then click on a new tab, the focus event does not fire on that window.
Any thoughts?