Can someone out there please assist me here, i want my website to appear
right on mobile devices, cellphones and tablets but i am having a pretty
hard time using the jquery mobile plug in, how does it work???
--
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://gi
Hi all,
I am using jquerymobile on a web2py test application and I realize that the
"response.flash" notifications can not be closed or dismissed. I checked
the layout.html in jquery_plugin and it does include web2py_ajax.html which
includes web2py.js, but the notifications don't work as desire
Hi all,
I am using jquerymobile on a web2py test application and I realize that the
"response.flash" notifications can not be closed or dismissed. I checked
the layout.html in jquery_plugin and it does include web2py_ajax.html which
includes web2py.js, but the notifications don't work as desire
Greetings,
I am developing a desktop/mobile application using web2py 2.4.6
(currently hosted on CentOS 6.4 with Python 2.6.6, web2py running from
source).
If I have an SQLFORM containing a date field, when I tap on the field on
a mobile device the popup calendar does not appear. Currently t
Hi
I'm trying out the jquery mobile plugin for web2py (2.4.5) and I'm having
no success. When I load the page (both on mobile device and desktop) I get
a blank page.
When I look at the JavaScript console I get this error:
Uncaught Error: Syntax error, unrecognized expression: [data-role='none'
How can I add margin both side of the page?
I attached my screen shot. jquery mobile should give me the margin on left
and right side so text, buttons fit nicely but there is no space when you
use the plugin so the text doesn't look good.
I use web2py 2.3.2 and downloaded the latest jquery mobi
OPS.
thanks
Il giorno sabato 23 febbraio 2013 16:43:17 UTC+1, Massimo Di Pierro ha
scritto:
>
> You are doing it twice. The same call always fails.
>
>if request.args(0)>0:
> ...
> else:
> form=SQLFORM(db.Nominativi).*process*()
>
> if form.*process*(
You are doing it twice. The same call always fails.
if request.args(0)>0:
...
else:
form=SQLFORM(db.Nominativi).*process*()
if form.*process*().accepted:
...
On Saturday, 23 February 2013 07:27:11 UTC-6, Ivan Gazzola wrote:
>
> I've the action nomin
I've the action nominativo, that works.
When i add the if condition for checking form.process().accepted (is the
code from to <) the form submit data but don't accept the
variables. Any idea
I need the conditional for redirection after form submission
def nominativo():
re
JQuery Mobile + web2py presents unique challenge because JQuery Mobile
takes over control after server side. One issue I had was with redirections
which does not work properly in this environment. JQuery Mobile recognized
this and added an option how to make this working properly by returning
y
This should be absolutely in web2py!
2011/11/18 Massimo Di Pierro :
> http://jquerymobile.com/blog/2011/11/16/announcing-jquery-mobile-1-0/
--
Profile: http://www.gild.com/compagnucciangelo
Register on Gild: http://www.gild.com/referral/compagnucciangelo
http://jquerymobile.com/blog/2011/11/16/announcing-jquery-mobile-1-0/
how do we do this with DIV() Helper?
for instance in interactive i want to return a div element for
collapsible elements
>>>print gluon.DIV( data-role="collapsible" data-theme="contention")
thanks
hello i just found that in the layout of the plugin i need to include this
line otherwise the content will not fit properly in the mobile phone
i got this tip from the book *Master Mobile Web Apps with jQuery Mobile.*
the book is available here.
http://store.elated.com/
For dummies like me th
Hello,
i had troubles using jquery mobile plugin.
It did not fit properly in my samsung galaxy.
The buttons and text boxes are too small.
Something is not ok
so i bought a book about jquery mobile.
I did not include the jquery mobile layout and it works ok now.
The problem is, i need a date picke
no datepicker in jquery mobile plugin?
thank you
António
hi
is it possible to create a site with a switch like chosing a language
(http://vimeo.com/7520812)
but instead of language i would like to select which version of a view i
woul like to see: desktop or mobile
so the first line in i view would be:
extend "layout.html"
or
extend "plugin_jqmobile/l
i am using the examples from;
I have a incoming request at
http://localhost:8000/#/init/default/map_geoloc
in routes.py i have:
routes_in = ((r'.*:/favicon.ico', r'/examples/static/favicon.ico'),
(r'.*:/robots.txt', r'/examples/static/robots.txt'),
(r'.*:/#/init/defau
I am looking for a basic scaffold app that uses jquery mobile , I also
use app engine to host my code.
tried modifying existing app but run into problems, web2py doesn't
serve the mobile page even with a hello world type template.
Could you step me through what i should be configuring, sorry but i
19 matches
Mail list logo