We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It could be useful to add some time savers for Hotwire Native development. I can think of two things that could be useful:
Set the current user agent: The user can create a list of possible user agents and can select the ones that are needed for the current development.
We would take the selected options and create a user agent string that can be used in the browser.
Execute preconfigured JS: The user can create a list of JS snippets that can be executed in the current tab. Like:
window.bridge.postNativeToJS("didPressMenuButton")
window.bridge.postNativeToJS("didEnterForeground")
The text was updated successfully, but these errors were encountered:
No branches or pull requests
It could be useful to add some time savers for Hotwire Native development.
I can think of two things that could be useful:
Set the current user agent:
The user can create a list of possible user agents and can select the ones that are needed for the current development.
We would take the selected options and create a user agent string that can be used in the browser.
Execute preconfigured JS:
The user can create a list of JS snippets that can be executed in the current tab.
Like:
window.bridge.postNativeToJS("didPressMenuButton")
window.bridge.postNativeToJS("didEnterForeground")
The text was updated successfully, but these errors were encountered: