- This topic has 33 replies, 10 voices, and was last updated 9 years, 11 months ago by calosteward.
-
AuthorPosts
-
fcodonlucasParticipantHi Yann… sorry I was out of town…. do you know how post a demo here… to show you my problem… thanks for help me…
YannMemberHello
see Upload attachment fieldset when you compose your post.
Yann
fcodonlucasParticipantOk… these are the example…
in the design center I have navigacion bar and tadbar…. when I send to test center its not there any more… why???Attachments:
You must be logged in to view attached files.
YannMemberHello fcodonlucas
i think you have a div structure problem
firt do a new project
place your navbar and your toolbar
attach to your project image.je and swipeview.js
build it
edit your html page and place <ul>….</ul> (swipe navigation)
run it whitout rewrite html file
MuhammadMemberGood swipe module.
Thanks alot
fcodonlucasParticipantHi Yann… nice, its working thank you for your help….
another question…
I want for one image on swipe to link to another page or screen you think you can do it?I hope you can help me in this
fcodonlucasParticipantHi Yann…. I have a problem whit my swipe.. I make one screen for a button to go screen swipe, but the swipe its not working, I send the file if you can help… please… thanks
Attachments:
You must be logged in to view attached files.
YannMemberHi,
i take a look of your problem tomorrow
i think we ‘ve the same jet lag
Yann
YannMemberhi
i think is what you want
YannAttachments:
You must be logged in to view attached files.
skip8itMemberHello Yan,,, I was wondering how can I add only local pics… rather than going to the web like your example,, I tried to edit the image.js, to point to c:\11.jpg,, but the pic is not showing up.. any suggestions ?
YannMemberHello skip8it
use relative path rather physical path
example:img: 'images/photos-iphone/01.jpg'
Yann
skip8itMemberAwesome Yan!!!!! thank you very much… it worked like a charm,, and thank you for being on,, On a Saturday..
YannMemberYour ‘re welcome
glad to help you
Yann
BrandonMemberI just implemented this on an Android, but if they leave the app and come back it only shows three images (out of 48). If they completely close the app it works fine. Or if they leave the gallery and go view other pages it only shows the three images. I have the function being called in the post screen load.
Any ideas?
The app is actually live, I know the problem shows on a HTC myTouch
https://play.google.com/store/apps/details?id=com.cincyplanet.abracadabra&feature=search_result#?t=W251bGwsMSwyLDEsImNvbS5jaW5jeXBsYW5ldC5hYnJhY2FkYWJyYSJd
steven168hMember@Yann wrote:
Hi Jonathan
inside zip an example of swipe
don’t forget to add in your html file this code<div id="wrapper"></div> <ul id="nav"> <li id="prev" onclick="gallery.prev()">-</li> <li class="selected" onclick="gallery.goToPage(0)"></li> <li onclick="gallery.goToPage(1)"></li> <li onclick="gallery.goToPage(2)"></li> <li onclick="gallery.goToPage(3)"></li> <li onclick="gallery.goToPage(4)"></li> <li onclick="gallery.goToPage(5)"></li> <li id="next" onclick="gallery.next()">+</li> </ul>
Yann
Yann, I saw your zipfile sample and try to put in the CSS, Swipeview file, and coding as you instruc, but not working. Can you make tutorial to let us know where should we modify and how to put in the sample also the frame will be much much appreciate.
-
AuthorPosts