Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

I want to disable editing the search bar in InAppBrowser, similar to ChromeSafariBrowser #2464

Open
1 of 2 tasks
PaulNguyen045 opened this issue Dec 18, 2024 · 0 comments
Open
1 of 2 tasks
Labels
enhancement New feature or request

Comments

@PaulNguyen045
Copy link

PaulNguyen045 commented Dec 18, 2024

Is there an existing feature request for this?

  • I have searched the existing feature request

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

  • I'm ready to work on this issue!
@PaulNguyen045 PaulNguyen045 added the enhancement New feature or request label Dec 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant