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
We are having the following error when the users are trying to work with a web page using the HTMLElement:hidePopover() method. The error we are receiving is: -
t.hidePopover is not a function. (In 't.hidePopover()', 't.hidePopover' is undefined)
We have confirmed this is an IOS Bug only - works find on Android.
To Reproduce
Display a HTML Page within the native.newWebView control that contains this method on IOS.
Target platform and where build was made:
Device: Multiple IOS Devices
OS: IOS
Additional context
Add any other context about the problem here.
whole test project or build.settings
We will look at producing a simple page that contains this method for you to test with.
The text was updated successfully, but these errors were encountered:
Describe the bug
We are having the following error when the users are trying to work with a web page using the HTMLElement:hidePopover() method. The error we are receiving is: -
t.hidePopover is not a function. (In 't.hidePopover()', 't.hidePopover' is undefined)
We have confirmed this is an IOS Bug only - works find on Android.
To Reproduce
Display a HTML Page within the native.newWebView control that contains this method on IOS.
Target platform and where build was made:
Additional context
Add any other context about the problem here.
whole test project or build.settings
We will look at producing a simple page that contains this method for you to test with.
The text was updated successfully, but these errors were encountered: