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
Hey guys, I see that there is textfinder support and implementation in the ACEView class, and that the main ACEView class is a scrollview that wraps a webview. So in theory it should support FindBar.
However it does not. I tried it both in the Example application, and in my application, in both cases the find doesn't show up.
I stepped through the code a little bit, and it looks like it is being set up, and some of the methods are getting called.
However the find bar doesn't show. And in the Edit Menu under find options they are all greyed out.
I am basically using the code as is from the Readme.
Any thoughts or ideas? Is there some trick or method call that is missing?
This is a great Framework thanks for putting it together.
-John
The text was updated successfully, but these errors were encountered:
Hey guys, I see that there is textfinder support and implementation in the ACEView class, and that the main ACEView class is a scrollview that wraps a webview. So in theory it should support FindBar.
However it does not. I tried it both in the Example application, and in my application, in both cases the find doesn't show up.
I stepped through the code a little bit, and it looks like it is being set up, and some of the methods are getting called.
However the find bar doesn't show. And in the Edit Menu under find options they are all greyed out.
I am basically using the code as is from the Readme.
Any thoughts or ideas? Is there some trick or method call that is missing?
This is a great Framework thanks for putting it together.
-John
The text was updated successfully, but these errors were encountered: