Hi, as title i try to create a native app to ios that include the possibility to update and download file from personal google drive account. Is it possible use google drive api in a native ios app via javascript?
Hi i have a button in my page with class="editing_team" . When i click on this button i change page via script with $.mobile.changePage and fire a function that populate the page. This is the script:
The script work good except for a issue. Apparently, transition and list_team() fires contemporary so the transition is strange. I would to fire second function ( list_team() ) when the transition is compleate, but i don't know how.
Hi , i use jQM 1.3.1 and i have developed a litlle app with some pages. To navigate between page i use transition slide but i have noted a little problem. When i click the link to change page the actual page move it on top of 1/2px, after the transition it come down again. I see clearly the header title move it on top of 1/2px. It 's a movement that you note only if you observe very carefully.
Hi , i try to use new framework JQM 1.3.1 to create an app that, i hope, I willdistribute on the app store.
Unfortunatly i have serius problems with a list of items from my server. Practicaly i would to create in the home page a list of posts from my blog. Oviusly, initialy, i show only 10 title, then, the user can tap on last button and add other posts from the blog.
To try the list i have create a simple script on my server that generate 500 item to show in the app:
The list is show correctly and i have added iscroll to have a good scroll of the page, but if a click on the last item (not only on the last) the transition between pages is very,very,very,very slow . I think that my code is good, why i obtain this problem?
Oviusly in this condition i can't continue with development.
How you can see my script is simple, when i click on team-link start some operation and after these start transition. Oviusly this script not work because actualy after the transition i still see the work of list_players() function.
Hi, i have create my app with jquery mobile and it work very fine. Now i have a little problem. My first page (#home) show a list of item from my db on web. When i click on home button (i have an iphone and an ipad) and then i restart my app it show the same before list. How can i refresh my app? The top would that my app refresh it on resume after a predetermined time.
How can i do this? I use phonegap cordoba 1.7.0 and i have see the api but i don't use very well, there is an other way? can you post me some complete example?
Hi, in home page of my app i have a list of post's from my blog. This list is close in a <ul> </ul> (oviusly there are <li> for any post). This ul have specific dimensions, so i have add overflow:auto in my css for this element.
Now i have a problem, i tested my app on my iphone as native and i see that the scroll of the list is very strange, not fluid or clean. How? It's a bad thing, the app isn't usable in this situation.
Hi guys. it's my first time with JQM, after much work i created my first web app about my blog. During the creation all work very fine, the iphone simulator show my app with ajax call and transition between the pages very well. Then i create my certificat with apple and i have install my app on my iphone 4 with ios 5.1.1. Here there is the problem.
The app open itself well and show the list of my post between a query ajax to my server . The theory is that if i touch a post, happen a transition slide to a internal anchor/page on click go a script ajax that do a query to myserver and show the single post. Well, it's ok ! So i see 2 problem during this process:
1) the list of my post (in first page) slide to the top then happen the transition. I don't wont this, the sliding should start in that point.
2)For very few moments i see the next page before the transition.
There is same resolution to resolve this problems? Explain that i have toolbar and footer fixed but this happens always.
I guys, i try to use for the first time jquery mobile to create an ios app. After a lot of research i don't fond the answer to my problem.
I have 2 page, A and B. In page A i have a list of li in a ul tag. Every <li> is linked to Page B where, betwen ajax, i do a query to my databse. Thjis point is ok. In page B i activeted a back button. Thi s buttin work but when the page change, from B to A, i see the top of the list while i would to come back in the same point where i was.