[Seaside] Mobile

Esteban A. Maringolo emaringolo at gmail.com
Mon Mar 19 12:52:37 UTC 2018


I don't like JQueryMobile much, it looks outdated to my taste, but it
has some building blocks that certainly help when building mobile UI
with HTML/CSS.

I'm currently writing a desktop app and checking whether it works in
tablets and mobiles, and for that purpose using Bootstrap with the
responsive classes proved to be the best option. You might need to
implement some "navigation" scaffolding though, but with Seaside
that's easily doable.

Regards,


Esteban A. Maringolo


2018-03-17 12:13 GMT-03:00 Pierce Ng <pierce at samadhiweb.com>:
> Hi all,
>
> What libraries/frameworks are you using to develop for mobile clients?
>
> I know of Bootstrap and MaterialDesignLite. Also, I've just committed changes
> to JQueryMobile on STH to make it work on Pharo 6.1.
>
> Btw, I loaded Seaside using this snippet:
>
>   Metacello new
>     baseline:'Seaside3';
>     repository: 'github://SeasideSt/Seaside:master/repository';
>     load
>
> Iceberg says loaded version is "0f8a24f (8 Feb 2018)" and Monticello Browser says
> "Seaside-XXX (JohanBrichau.1518024618)".
>
> What is the right way to refer to this version of Seaside installed?
>
> Pierce
> _______________________________________________
> seaside mailing list
> seaside at lists.squeakfoundation.org
> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside


More information about the seaside mailing list