First URL accessed Appium isn't waiting until readyState

Hey guys,

I’m running Appium 1.3.4 and my script is written in Ruby with Selenium Webdriver (2.44.0). The bug is the following: In the first url that its accessing, it isn’t waiting for the page to completely load before returning from the method. You can see it by catching the readyState of the page.

I have create a demo of it: