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 input element in app running on iOS 17.4 is tapped to start input, app crashes:
Exception Type: EXC_CRASH (SIGABRT)
Exception Codes: 0x0000000000000000, 0x0000000000000000
Termination Reason: SIGNAL 6 Abort trap: 6
Steps to Reproduce
Create a Hybrid App
On the Home page (in Comonents/Pages/Home.razor) add simple input element (ala )
Run in iOS simulator with version 17.4
When screen loaded, get the focus of the input element (touch it) ---> crash
Link to public reproduction project repository
No response
Version with bug
8.0.14 SR3.1
Is this a regression from previous behavior?
No, this is something new
Last version that worked well
Unknown/Other
Affected platforms
iOS
Affected platform versions
iOS 17.4
Did you find any workaround?
No response
Relevant log output
No response
The text was updated successfully, but these errors were encountered:
Just to confirm, this is the same issue as reported in dotnet/runtime#98941
FWIW, the workaround proposed in the description of that issue should work.
Description
When input element in app running on iOS 17.4 is tapped to start input, app crashes:
Exception Type: EXC_CRASH (SIGABRT)
Exception Codes: 0x0000000000000000, 0x0000000000000000
Termination Reason: SIGNAL 6 Abort trap: 6
Steps to Reproduce
Link to public reproduction project repository
No response
Version with bug
8.0.14 SR3.1
Is this a regression from previous behavior?
No, this is something new
Last version that worked well
Unknown/Other
Affected platforms
iOS
Affected platform versions
iOS 17.4
Did you find any workaround?
No response
Relevant log output
No response
The text was updated successfully, but these errors were encountered: