Hi again, I kept with my debugging and discovered what was wrong with iUI on this issue.
On function updatePage location.href can't be written to. I just removed it from leftmost attribution and my worries are over in time for the weekend. Convert this: location.href = currentHash = hashPrefix + page.id; into this and all should be fine. currentHash = hashPrefix + page.id; I have made some other modifications to iUI, mostly around the ability to perform actions on window show/hide which I can contribute if there is interest in them. Thanks anyway. Pedro On 2009/07/10, at 11:59, Pedro Cardoso wrote: > Hi, > > I'm using iUI for a couple of projects, none on the iPhone (we have > some developers targeting the iPhone natively). > > The devices I'm developing for are the Nokia N97 (WRT) and other > Nokias using the Opera widget runtime. > > I had to hack the CSS in order to work better (the N97 is using a old > version of Webkit) and iUI is working fine on the N97. On the Opera > platform it mostly works, except the title text and back button don't > appear at all. I tried to figure out why, but before I spend more time > on this issue I decided to post this to know if someone had gone > through this. > > Running my widget's html directly on Opera it works, but packing the > widget and opening it on a device or as a Opera widget (on the > desktop) I don' t get those features. Any ideas? > > Thanks in advance. > > Pedro --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
