[Laszlo-dev] DHTML apps workint on the iPhone

Henry Minsky henry.minsky at gmail.com
Tue Aug 25 11:59:12 PDT 2009


What's also intriguing is this code snippet showing animation using CSS3


   1. @-webkit-keyframes pulse {
   2.   0% {
   3.     opacity: 1.0;
   4.   }
   5.   40% {
   6.
       opacity: 0.25;
   7.   }
   8.   100% {
   9.     opacity: 1.0;
   10.   }
   11. }
   12. #map_canvas div[style*="blue_dot_circle.png"] {
   13.   -webkit-animation-name: pulse;
   14.   -webkit-animation-duration: 2s;
   15.   -webkit-animation-iteration-count: infinite;
   16.   -webkit-animation-timing-function: ease-in-out;
   17. }




On Tue, Aug 25, 2009 at 2:57 PM, Henry Minsky <henry.minsky at gmail.com>wrote:

> Yow, there's a little article on how to do a Google map app
>
> http://plebeosaur.us/you-are-here-with-safari-on-iphone/
>
> I wonder if I can loadd the Google maps DHTML library into
> a Laszlo app (on the iPhone).
>
>
>
> On Tue, Aug 25, 2009 at 2:48 PM, P T Withington <ptw at pobox.com> wrote:
>
>>
>> http://www.theiphoneblog.com/2009/06/01/iphone-30-safari-geolocation-googles-latitude/
>>
>>
>> On 2009-08-25, at 14:37EDT, Henry Minsky wrote:
>>
>>  I just tried the contacts list example on my iPhone, and it ran quite
>>> nicely.  Has anyone been doing
>>> any iPhone Laszlo apps lately?  Does anyone know how to access the
>>> location
>>> API from Javascript?
>>>
>>>
>>>
>>> --
>>> Henry Minsky
>>> Software Architect
>>> hminsky at laszlosystems.com
>>>
>>
>>
>
>
> --
> Henry Minsky
> Software Architect
> hminsky at laszlosystems.com
>
>
>


-- 
Henry Minsky
Software Architect
hminsky at laszlosystems.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.openlaszlo.org/pipermail/laszlo-dev/attachments/20090825/6e8c2963/attachment.html


More information about the Laszlo-dev mailing list