PicoLisp GUI on Smartphones

2013-12-23 Thread Alexander Burger
Hi all, it is quite straightforward to use the standard PicoLisp GUI on smartphones, basically by including a CSS file and new menu function. More about this on http://picolisp.com/5000/!wiki?PhoneGUI The article presents a simple demo, and describes how to access it. A merry Christmas and

Re: PicoLisp GUI on Smartphones

2013-12-23 Thread Rick Lyman
re: HTML5 What future features are being worked on? Thanks Alex, -rl On Mon, Dec 23, 2013 at 10:18 AM, Alexander Burger wrote: > Hi all, > > it is quite straightforward to use the standard PicoLisp GUI on > smartphones, basically by including a CSS file and new menu > function. More about th

Re: PicoLisp GUI on Smartphones

2013-12-23 Thread Alexander Burger
Hi Rick, > re: HTML5 > What future features are being worked on? In the long range, I assume that the hardware of mobile devices will be fully supported (see e.g. Firefox OS). Currently, the geolocation API works fine. Also device orientation, camera access, touch events, vibration and so on. Fo