appframework
appframework copied to clipboard
Back-Button is always named "Back"
It is not possible to name it different. Unfortunately the function $.afui.setBackButtonText() does not work globally, it is changed when entering another view and back to the origin view. We found out that the text 'back' is hardcoded in the function showBackButton(). Could you provide an option to set it globally before the app is launched?
Feel free to implement the function and submit a PR
#898