Trevor Rowe | On 09/01/2013 16:46, Cisco Developer Community Forums wrote: > Peter Livingston has created a new message in the forum "Technical > Discussion": > -------------------------------------------------------------- Hi Dave, > > let me respond on Abhi's behalf... > > We have an existing web application created by a vendor which runs on > safari on an iPhone. We were thinking of deploying the same web > application on the 7925G however that would require http long polling > support in the browser. Sounds like the 7925G browser does not. > > We have also been looking at the java MIDlet approach, and it sounds > like that is the best option in this case. > > Thanks for your help, > > Peter > -- > To respond to this post, please click the following link: > http://developer.cisco.com/web/jmapi/forums/-/message_boards/view_message/10084606 > or simply reply to this email.
For what it's worth....
We've hit a problem using long polling in a midlet, works ok in the emualtor but on the device it blocks and causes the UI to freeze - we asked for a fixed and was told it would be solved but we were never given a fix
We ended up making a request once every 10 seconds in a background thread and waited for zero seconds on the server - not as good but it's the best we could get
Hope this helps
Trev |
| Please sign in to flag this as inappropriate. |