- This topic has 33 replies, 10 voices, and was last updated 10 years, 7 months ago by
calosteward.
-
AuthorPosts
-
March 8, 2013 at 12:15 am #336394
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…
March 8, 2013 at 1:26 am #336396
YannMemberHello
see Upload attachment fieldset when you compose your post.
YannMarch 8, 2013 at 12:43 pm #336427
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.March 8, 2013 at 2:17 pm #336432
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 fileMarch 8, 2013 at 5:37 pm #336441
MuhammadMemberGood swipe module.
Thanks alot
March 9, 2013 at 4:35 pm #336467
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
March 9, 2013 at 11:28 pm #336470
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.March 12, 2013 at 1:44 pm #336558
YannMemberHi,
i take a look of your problem tomorrow
i think we ‘ve the same jet lag
YannMarch 13, 2013 at 2:47 am #336587
YannMemberhi
i think is what you want
YannAttachments:
You must be logged in to view attached files.March 30, 2013 at 2:34 pm #337280
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 ?
March 30, 2013 at 6:23 pm #337283
YannMemberHello skip8it
use relative path rather physical path
example:img: 'images/photos-iphone/01.jpg'
Yann
March 30, 2013 at 9:34 pm #337287
skip8itMemberAwesome Yan!!!!! thank you very much… it worked like a charm,, and thank you for being on,, On a Saturday..
March 31, 2013 at 3:57 am #337294
YannMemberYour ‘re welcome
glad to help you
YannJune 7, 2013 at 10:12 am #339773
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=W251bGwsMSwyLDEsImNvbS5jaW5jeXBsYW5ldC5hYnJhY2FkYWJyYSJdJuly 2, 2013 at 11:57 pm #340522
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