I want to disable editing the search bar in InAppBrowser, similar to ChromeSafariBrowser #2464
Open
1 of 2 tasks
Labels
enhancement
New feature or request
Is there an existing feature request for this?
Operating System
IOS
Pain
I have some functions that require the use of InAppBrowser, and I don't want users to be able to edit the URL in the search bar. I tried using hideUrlBar, but it completely removes the URL from the navigationBar. I want the URL to remain visible, but users should not be able to edit it.
Suggested solution
I tried accessing the iOS view of InAppBrowser and was able to prevent users from editing the URL with the following code:
searchBar.isUserInteractionEnabled = false
Could you add a flag to support this functionality? Thanks
Useful resources
No response
Additional information
Simulator.Screen.Recording.-.iPhone.15.Pro.-.2024-12-19.at.00.42.51.mp4
Self grab
The text was updated successfully, but these errors were encountered: