You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When presenting the FAQ via Helpshift.showFAQs(withConfig: nil), and the user taps on a support article, then wants to go back, it's been observed that the Back Button will not update correctly if the user chooses to swipe to go back rather than tapping the back button.
If the user taps on the back button, they reach the previous screen as intended, and the back button turns into a Close button as intended.
If the user swipes to go back, they reach the previous screen as intended, but the back button remains as a back button, and tapping on it does nothing.
The text was updated successfully, but these errors were encountered:
When presenting the FAQ via
Helpshift.showFAQs(withConfig: nil)
, and the user taps on a support article, then wants to go back, it's been observed that the Back Button will not update correctly if the user chooses to swipe to go back rather than tapping the back button.If the user taps on the back button, they reach the previous screen as intended, and the back button turns into a Close button as intended.
If the user swipes to go back, they reach the previous screen as intended, but the back button remains as a back button, and tapping on it does nothing.
The text was updated successfully, but these errors were encountered: