Open michael1t opened 10 years ago
Has been error displayed on the console of Chrome?
Hello Hiroshi Hoaki,
I am Using stock Android 4.2 and No Errors Are Displayed ... As Stock Browser does NOT have console of Chrome
Michael T.
On Thu, Sep 11, 2014 at 11:12 PM, Hiroshi Hoaki notifications@github.com wrote:
Has been error displayed on the console of Chrome?
— Reply to this email directly or view it on GitHub https://github.com/rewish/jquery-bgswitcher/issues/19#issuecomment-55356979 .
Hello Hiroshi Hoaki,
To Make sure that I coded it correctly ... I can Put the Same File location in the Body Tag and it displays Fine ... But the Same Link with not work in the javascript call ...
If can put the File in the body like this and it display on the page but will not display in the bgswtich fuction.
if I put the image in a local folder it works But I need to use complete path ... This works fine but my Images are stored else where I need to use the full path: ``` // set the two images $('.box').bgswitcher({ images: ["pictures/girl.jpg","pictures/boy.jpg"], effect:"fade" , loop: false , interval: 1, duration: 1000 }); $('.box').bgswitcher( 'start' ) ; ``` This does NOT ``` // set the two images $('.box').bgswitcher({ images: ``` ["file:///sdcard/testpics/girl.jpg","file:///sdcard/testpics/boy.jpg"], effect:"fade" , loop: false , interval: 1, duration: 1000 }); $('.box').bgswitcher( 'start' ) ; But the image shows fine in the Body tag ... Michael T. On Thu, Sep 11, 2014 at 11:12 PM, Hiroshi Hoaki notifications@github.com wrote: > Has been error displayed on the console of Chrome? > > — > Reply to this email directly or view it on GitHub > https://github.com/rewish/jquery-bgswitcher/issues/19#issuecomment-55356979 > .It's a browser or security problems?
Hello Hiroshi Hoaki,
NO, otherwise it would not work in the body tag of the same html file on my android device and My other Transition jquery function would have the same issue but they do NOT .... I just like Yours Better for what I want to do ...
Michael T.
On Sat, Sep 13, 2014 at 3:21 AM, Hiroshi Hoaki notifications@github.com wrote:
It's a browser or security problems?
— Reply to this email directly or view it on GitHub https://github.com/rewish/jquery-bgswitcher/issues/19#issuecomment-55484257 .
Hello Hiroshi Hoaki ,
Could You please tell me which routine(s) Load the load/pre-load the images in the Library that are causing the Images not to Load. From the Sounds of it you Have some idea which Routines are causing the error ... I will make me the changes and test them and post updates I make if I can get it to work ..
thank you in advance ...
Michael T.
On Sat, Sep 13, 2014 at 3:21 AM, Hiroshi Hoaki notifications@github.com wrote:
It's a browser or security problems?
— Reply to this email directly or view it on GitHub https://github.com/rewish/jquery-bgswitcher/issues/19#issuecomment-55484257 .
Hello All,
I really like your library ...
I have only one Problem ... If I pass the function a complete path for the Image it Will NOT load the Image ... Can Someone Help.??
if I set Image {"images/picture011.jpg", "file:///mnt/sdcard/nicepic.jpg" ) Image relative location works fine image two does NOT and I have test the image and the path with a normal command in the software. I can even Load the Image onto the screen with the full path and it display fine before I start the library ... But it will not display images with full path in the library ... Example Code ... This code works fine :
Thanks In advance for any help that can be offered ...
Michael T.