• IE/Blackberry

    By Michael Morban 1 decade ago

    Hi,



    i tried the xpages mobile controles. All works fine so far, its pretty smart to extend the page if you scroll to the bottom.



    I have testet the application with the Blackberry-Browser, and the links to get to the detail-page doesnt work. After that i used a "normal" Browser: FF, Chrome works fine, only IE throws an js-error.



    Any idea why?



    Greetings



    Michael

    • Comments

      By Niklas Heidloff 1 decade ago

      Michael, thanks for your feedback.



      From my experience I can say that each browser behaves differently. I use FF and Safari a lot to develop and then my iPod Touch and Android phone plus various SDK simulators to do the testing.



      I've seen different behaviors on Blackberry devices which is why I only focused on Blackberry 9550. There is a Blackberry SDK that is supposed to allow you to debug your web app on a Blackberry. I've seen nice videos but don't get this debug tool to work. Instead I used debug prints on my HTML which is not that convenient. So I'm afraid you have to try the SDK or debug for your specific device.



      I've tested the app running in PhoneGap in the Blackberry 9550 simulator. I have not gotten it to work in the standalone browser. The more button and links to open documents don't work. Since the exact same app works in PhoneGap (lightweight native shell/app using an embedded browser) I think that I have to set some config setting or policy but I haven't found this out yet. Someone else told me though that this app works for his 9630 Tour running on Sprint using device OS 5.0.0.484 gold.

      • Sorry

        By Michael Morban 1 decade ago

        Niklas,



        sorry, first of all i have to say a big Thanks for the Project, i forgot this one in my first post!



        I think the point is not the Blackberry, therefor the 0.4 xpages works fine, what i cant understand why

        the links from the view in the 1.0 Version doesnt work with the ie on my machine, everything works fine

        on FF and Chrome..



        Maybe i paste you the Error-Msg and you can tell me the problem in 1 sec?



        Details zum Fehler auf der Webseite



        Benutzer-Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR

        2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; InfoPath.2; Tablet PC 2.0)

        Zeitstempel: Wed, 5 May 2010 12:59:00 UTC

        Meldung: 'lastElementChild' ist Null oder kein Objekt

        Zeile: 177

        Zeichen: 3

        Code: 0





        Greetings from berlin



        Michael

        • Comments

          By Niklas Heidloff 1 decade ago

          Michael, I've never tested IE. I use FF for development but my target platforms were Android, iPhone and Blackberry which all don't use IE.



          So if you want to run this on IE you need to debug this. I've had to spend a fair amount of time to implement the client side DOM manipulation in a way that it works on Android, iPhone and Blackberry since there are always little things that are different.