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

Native keyboard accessory bar buttons callback #110

Open
umairrafiq1133 opened this issue May 12, 2020 · 0 comments
Open

Native keyboard accessory bar buttons callback #110

umairrafiq1133 opened this issue May 12, 2020 · 0 comments

Comments

@umairrafiq1133
Copy link

umairrafiq1133 commented May 12, 2020

@EddyVerbruggen I am facing issue with accessory bar buttons and there's no documentation for that.
I am using a text area where I have to add data-nativekeyboard='configureNativeKeyboard'

Now as I am using angularJS and this is one of my view, I want to add a function from my controllers scope as reference to data-nativekeyboard also callbacks of my accessory bar buttons will be in my controller. But when I do this, it gives error saying it couldnt find variable configureNativeKeyboard.

I have also tried configureNativeKeyboard() but it didnt work either.

If I add this function as global function in my index.html, it works but then I cant use it callbacks in my controller.

I have also tried to add this in my view by using inline object but then again I cant have my callbacks in controller.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant