I've put together an iui web app that uses the Google AJAX Feed API (http://code.google.com/apis/ajaxfeeds) to pull in multiple RSS feeds using only JavaScript.
The script creates dynamic headline lists in iui without any server- side code (which is a requirement for my web app): http://level39.com/iui/ (btw... Feel free to use the code if you want!) Unfortunately, if you click into a sub-menu, and then click on a headline to read the article (which uses target="_self"), the "back" button brings you to the main menu (not back to the sub-menu, as you might hope). Hitting the back-button twice actually brings you to the proper sub-menu for some reason. I know other people have had similar problems with iui in the past. So, Can anyone tell me how to get iui to recognize the sub-menu properly with the back button? The problem, in this case, seems to be directly related to Google's AJAX Feed API. When I remove the call to load the Feed API, iui works just fine for me. (However, I need to have the feeds loaded using only JavaScript...unfortunately, it can't be server side). NOTE: It doesn't matter what feed I use. You may notice that the feeds I've used in the example above have redirects in them. But, the problem is also happening on hard coded links (that use target="_self"), but only when the Google AJAX Feed API is loaded. I've included a hard-coded link in the "Topics" sub-menu to illustrate the point. Any help would be greatly appreciated. Thanks! --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "iPhoneWebDev" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/iphonewebdev?hl=en -~----------~----~----~----~------~----~------~--~---
