Login Register

iphone

Connecting window.onscroll or document.body.onscroll to a grid

Hello dojo world.

I am trying to make a mobile (iPhone, at first) interface that uses a grid to load a large dataset. I am most interested in the lazy loading capabilities of the grid.

I would like to link the scrolling of the window to scroll (and lazy-load) the contents of my grid. I have tried (note, I also tried document.body wherever I say window):

*editing the _View template (changing the node with the dojoAttachPoint="scrollboxNode" to the body element)
*using dojo.connect(window, 'onscroll', grid.scroller.scrollboxNode, 'doscroll')

DIJIT With iPhone

I am having a problem with the AccordionContainer Scroll Bars working with an iPhone. Is there anyone that has developed framework specifically for the iPhone? If the body exceeds the size of the width or height the scroll bars don't appear. They work fine within PC/MAC Safari, Mozilla, IE.

Any help, advice would be appreciated.

Respectfully,

James

GFX iPhone support

I'm running the latest iPhone firmware (2.x) which has - as far as I know - full SVG support. But my GFX app behaves very different on the iPhone compared with the desktop Safari (and other browsers). Does GFX have full iPhone support and/or does the iPhone have full SVG support? Here's the app:

http://activityradar.appspot.com

On the desktop, it looks like this:
http://www.evernote.com/pub/focusfriend/focusfriend#2c1f0c2c-45e6-496e-b8dd-c928f242716c

And on the iPhone like this:

dojox.storage on the iPhone / iPod touch

Does dojox.storage work on the iPhone / iPod touch?

By default, it shows "Flash" as the storage provider, but this is not (yet) supported on the iPhone.

Module loader confused by non-standard port in Safari Mobile

I'm working on a remote debugger for the iPhone using dojox.cometd and the module loader is getting confused in Safari Mobile because my dojo library is served from the embedded Jetty server in my application, which runs on a non-standard port.

The main JS of my pages is served via Apache on port 80. To use my debugger, I include my JavaScript library from an absolute URL, which includes a non-standard port number. For example:

<script src="http://myserver.webhop.org:8170/mylib.js"></script>
Syndicate content