Answer:  have to be accessed from a mobile broswer with a URL!

2011/9/18 Pystar <[email protected]>

> I need to understand something, after developing my app with jquery
> mobile, can I make it downloadable and installable to a smart phone or
> device like apps from apple app store or android market? or does it
> have to be accessed from a mobile broswer with a URL?
> thanks
>
> On Sep 18, 12:43 pm, Pystar <[email protected]> wrote:
> > I have commented it out but its still not working. Do I have to view
> > it on a mobile device browser to see if its working? or would it work
> > with a desktop broswer? I use google chrome 13.
> > Thanks
> >
> > On Sep 17, 8:47 pm, António Ramos <[email protected]> wrote:
> >
> >
> >
> >
> >
> >
> >
> > > I´m no expert but i have it working i 3 diferent pages.
> >
> > > edit your /plugin_jqmobile/layout.html and check that this line at the
> top
> > >   <meta name="viewport" content="width=device-width,
> > > initial-scale=1,maximum-scale=1">
> > > is not commented
> >
> > > this is a view i have working and the result is in the screenshot
> >
> > > {{extend 'plugin_jqmobile/layout.html'}}
> > > {{keys=Tabela.keys()}}
> > > {{keys.sort()}}
> > > <ul data-role="listview" data-inset="true">
> > > <li data-role='list-divider'>{{=("SILOS")}}</li>
> > > {{for silo in keys:}}
> > > <li {{if Tabela[silo]['sec'] in flags[silo-1]:}}
> > > data-theme="e"
> > > {{pass}} >
> > > {{=silo}}
> > > <span class="ui-li-count"><font color=green>{{=Tabela[silo]['grade']}}
> > > </font> {{=Tabela[silo]['peso']}}ton (Sec {{=Tabela[silo]['sec']}})
> <font
> > > color=blue>- Qual {{=Tabela[silo]['qual']}}</font></span>
> >
> > > </li>
> > > {{pass}}
> > >   </ul>
> >
> > > Hope this helps
> >
> > > Em 17 de setembro de 2011 20:37, António Ramos <[email protected]
> >escreveu:
> >
> > > > i have bee using it and it works nice !!
> >
> > > > 2011/9/17 Pystar <[email protected]>
> >
> > > >> Thanks for the link to the plugin. But I am at loss of how to use
> it.
> > > >> I have removed the "extend layout.html" directive in all my layout
> > > >> files and included "plugin_jqmobile/layout.html". But whenever I
> visit
> > > >> any of those pages, I see just a barebones page that looks like a
> html
> > > >> page without any css. How do I display IOS like icons and GUI? is
> > > >> there any documentation about this plugin? or what other thing do I
> > > >> have to do?
> > > >> Thanks
> >
> > > >> On Sep 17, 3:06 pm, Anthony <[email protected]> wrote:
> > > >> > Check outhttp://web2py.com/plugins/plugin_jqmobile/about.
> >
> > > >> > On Saturday, September 17, 2011 9:45:19 AM UTC-4, Pystar wrote:
> >
> > > >> > > I would like to know if anyone here has  used web2py with JQuery
> > > >> > > Mobile? And what the experience was.
> >
> > >  silos.jpg
> > > 94KViewDownload
>

Reply via email to