Neil Cauldwell wrote: > when you declare apple-mobile-web-app-capable and load a > web app from a home startup icon > it seems as if the iPhone isn't declaring itself as a > mobile safari client
When a WebAp is running in its own process it isn't using Mobile Safari, it's using Mobile WebKit. This link should help you: http://trac.webkit.org/wiki/DetectingWebKit > Secondly, after including the whole iui.js, it appears as though many of > our application's custom js methods are breaking - I'm no javascript > expert and the co-founder (the js expert) is away until next week. Would > it be easy enough for me to simply extract the scrollTo method or are > there a few other methods wrapped up with inheritance? > You should probably extract the scrollTo method. iUI is a framework and is not designed as an add-on for an existing page. It does play nice with other scripts and libraries, but you need to be aware of what the JavaScript in both is doing. -- Sean --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
