-
Notifications
You must be signed in to change notification settings - Fork 5
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
“Get New Quote” button on the quote view is still not working #5
Comments
It doesn’t look like the code was ever set up to handle any events generated by the “Get New Quote” button in that quote view. The problem is that “Get New Quote” button in quote app is not working. It looks like There is an issue with the app itself but I see the app working fine on the website. |
The Container should be marshalling any events sent from the app itself. Assuming that the button is sending an event, here a few places to take a look at to see if the events are flowing through: https://github.com/OpenF2/iOS-Container/blob/master/F2AppView/F2AppView.m#L291 |
Hi Tim, It looks like the "Quote view" is not registering for any events like the Watchlist view is. I tried registering the quote view using the same string as the watchlit view. This does not seem to cause the quote box to alert the app of the quote changing. No call backs come to the app when trying to "Get New Quote". the "goForSymbol:" method is never called. |
@MikeLeber117 : given OpenF2/F2#258, could you take a look and see if this is now working? |
Hi @timburcham I do not see the change working. It looks like the manifest URL is pointing to a different version of appclass.js Here is the URL the app is using to get those js files. |
No additional details provided
@MikeLeber117
The text was updated successfully, but these errors were encountered: