It seems that the Scheduler works different on mobile and desktop when 
using SDM. 

I created a demo project (https://github.com/confile/GWT-2.7-Scheduler-Test) 
to show the problem.

This is a demo app to test how the GWT Scheduler works different on mobile 
and on desktop in Super Dev Mode.

I printed the height of a HTMLPanel for three different cases.

   1. right after the DOM elements are inserted into the page (GWTP 
   onReveal())
   2. right after the DOM elements are inserted into the page and Scheduler 
   with a deferred command is executed
   3. right after the DOM elements are inserted into the page and a Timer 
   after 1000mx is fired

Here is the difference in the console output:
Output on Desktop
   
   - height before Timer and Scheduler: 0
   - height after Scheduler: 652
   - height after Timer: 652

Output on Mobile (iPhone 5, iOS 7.1.1)
   
   - height before Timer and Scheduler: 0
   - height after Scheduler: 425
   - height after Timer: 817

-- 
You received this message because you are subscribed to the Google Groups "GWT 
Contributors" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-web-toolkit-contributors/e3ece950-6898-4663-9201-f56e148789c7%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to