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
Describe the bug
When I present SKStoreReviewController the input bar moves down behind the device borders and never comes back if the app has nested navigation/tabbar controllers.
To Reproduce
Steps/code to reproduce the behavior:
Just take example code and add somewhere inside view controller the following code (for example in viewDidLoad with delay):
Describe the bug
When I present
SKStoreReviewController
the input bar moves down behind the device borders and never comes back if the app has nested navigation/tabbar controllers.To Reproduce
Steps/code to reproduce the behavior:
Just take example code and add somewhere inside view controller the following code (for example in viewDidLoad with delay):
Then in AppDelegate add some levels of nested controllers. In my case I used the following code:
Expected behavior
Input bar persists or at least appears back after
SKStoreReviewController
.Screenshots
Input bar just disappears and never returns back
Environment
Additional context
Related issue:
#266
The text was updated successfully, but these errors were encountered: