Open
Description
Description
When setting the WebViewOptions prop showNavigationButtons
to false
in iOS, the navigation buttons are still shown in the toolbar. In Android, the navigation buttons are properly hidden.
Potential Fix
The value for showNavigationsButtons
is passed but never assigned in the iOS WebViewOptions
. Assigning the value in this block solves the issue.
Metadata
Metadata
Assignees
Labels
No labels