Closed caspahouzer closed 7 years ago
How to recognize the click on the home Icon?
I want to use it to execute an own function.
win.getActivity().actionBar.setDisplayHomeAsUp(true); win.getActivity().actionBar.onHomeIconItemSelected = function() { win.close(); };
Maybe this?
Yepp. Thanks
How to recognize the click on the home Icon?
I want to use it to execute an own function.