SystemBrowserOptions was extending CommonOptions, however, none of them are offered in the SystemBrowser, so this removes the hierarchy and moves the interface fields to WebViewOptions
fixes some typos on interface fields
removes extra animations in AndroidAnimations Enum as they won't be added in this first version
In this PR:
SystemBrowserOptions
was extendingCommonOptions
, however, none of them are offered in the SystemBrowser, so this removes the hierarchy and moves the interface fields toWebViewOptions
AndroidAnimations
Enum as they won't be added in this first version