Hello,
I made a widget that fetches (using Comm.makeJsonRequest) and displays data from a webservice. It works so far, but I have the problem that it takes uncomfortably long to load the web resource. Now, it looks like the Connect IQ API provides no way to preload anything for a widget. However, I also noticed that the default weather widget loads so fast, that it seems it has to somehow load it's information ahead of time. My question therefore is, does anyone know how the default weather widget able to do this? Is there some hidden API that is not public that allows this? Or is there some other trick I am simply missing? I want to achieve that speed as well.