E-Junkie Forum http://www.e-junkie.com/bb/ E-Junkie Forum RSS en-us Copyright 2013, 19.5 Degrees. All rights reserved. webmaster@e-junkie.com webmaster@e-junkie.com Wed, 6 Mar 2013 01:50:36 GMT Sun, 19 May 2013 21:43:19 GMT 681 E-JUNKIE 5 E-Junkie Forum http://www.e-junkie.com/bb/ http://www.e-junkie.com/ej/logo.gif 290 104 Post #11 http://www.e-junkie.com/bb/topic/4425/pg/0#post22895 http://www.e-junkie.com/bb/topic/4425/pg/0#post22895 Wed, 6 Mar 2013 01:50:36 GMT E-junkie Discussions; E-junkieGuru Post #10 http://www.e-junkie.com/bb/topic/4425/pg/0#post22895 http://www.e-junkie.com/bb/topic/4425/pg/0#post22895 Tue, 5 Mar 2013 07:35:52 GMT E-junkie Discussions; libby Post #9 http://www.e-junkie.com/bb/topic/4425/pg/0#post22895 http://www.e-junkie.com/bb/topic/4425/pg/0#post22895 Fri, 18 Jan 2013 04:26:57 GMT E-junkie Discussions; E-junkieGuru Post #8 http://www.e-junkie.com/bb/topic/4425/pg/0#post22895 http://www.e-junkie.com/bb/topic/4425/pg/0#post22895 Thu, 17 Jan 2013 14:59:30 GMT Is there any progress on this issue? It would be really great if the cart window showed as a popup instead of a new tab.
Libby]]>
E-junkie Discussions; libby
Post #7 http://www.e-junkie.com/bb/topic/4425/pg/0#post22895 http://www.e-junkie.com/bb/topic/4425/pg/0#post22895 Fri, 4 Nov 2011 02:16:22 GMT
Ryan, your comment about downloading to an iPad is unrelated to the cart popup-vs.-overlay rendering issue, but our understanding is that Apple forbids third-party direct downloads to any iOS device, normally allowing downloads only from the App Store. Perhaps your friend may have "jailbroken" their iPad to remove that download limitation? If so, it's perhaps unsurprising you were left wanting for better feedback on download progress, as Apple never intended that functionality to be available to users in the first place, so they didn't bother including any such progress feedback in the mobile Safari/iOS interface. I'm guessing the prompt to pick a Save location only appeared once the file download had already completed in the background.]]>
E-junkie Discussions; E-junkieGuru
Post #6 http://www.e-junkie.com/bb/topic/4425/pg/0#post22895 http://www.e-junkie.com/bb/topic/4425/pg/0#post22895 Thu, 3 Nov 2011 20:16:11 GMT E-junkieGuruIt appears we aren't actually doing anything to detect when the cart is being viewed in an Apple iOS device, so apparently Apple's mobile version of Safari is doing that on its own, and there may not be anything we can do to override that baked-in behavior.

We had reason to look this up and found that E-Junkie is indeed treating these devices differently. Here is the relevant code that we found in boxec28_enc.js. The code checks to see if appVersion returns 'mobile', 'mini', 'android', ie4, ie5, and if it does, the cart is opened in a new window and the popup is disabled. This will affect iPads, iPhones, iPods, and Android devices.

function EJEJC_cmn(a, b, c) {
var m;
m = false;
var n;
n = navigator.appVersion.toLowerCase();
if (n.indexOf("mobile") != -1 || n.indexOf("mini") != -1 || n.indexOf("msie 5.") != -1 || n.indexOf("msie 4.") != -1 || n.indexOf("android") != -1) {
m = true
}
if (a.href) {
if (m) {
window.open(a.href)
} else {
EJEJC_show(a.href, b, c)
}

....
}

.....
}]]>
E-junkie Discussions; Laura-Jane
Post #5 http://www.e-junkie.com/bb/topic/4425/pg/0#post22895 http://www.e-junkie.com/bb/topic/4425/pg/0#post22895 Fri, 21 Oct 2011 15:39:20 GMT
I tried the download process on a friend's iPad and it did work. But it seemed to take ages. After getting to the download page and clicking the link, the browser apparently began the download, but without a notification. Five minutes after clicking the link a dialog box came up asking me where I wanted to save the files.

I'm going to borrow an iPad and try the entire sales process. I will report back.

- Ryan]]>
E-junkie Discussions; ryannagy
Post #4 http://www.e-junkie.com/bb/topic/4425/pg/0#post22895 http://www.e-junkie.com/bb/topic/4425/pg/0#post22895 Mon, 17 Oct 2011 05:19:47 GMT E-junkie Discussions; E-junkieGuru Post #3 http://www.e-junkie.com/bb/topic/4425/pg/0#post22895 http://www.e-junkie.com/bb/topic/4425/pg/0#post22895 Tue, 11 Oct 2011 13:32:16 GMT E-junkieGuruNow that the same platform also comes with a larger screen on the iPad, we'll check the user-agent ID to see when it's an iPad and allow the cart overlay to function in that case; this fix will be rolled out as soon as practical.


Hi Guys

Any update on the above feature please.

Regards

Ian]]>
E-junkie Discussions; IanBarber
Post #2 http://www.e-junkie.com/bb/topic/4425/pg/0#post22895 http://www.e-junkie.com/bb/topic/4425/pg/0#post22895 Wed, 9 Jun 2010 01:45:56 GMT
On that and other smartphone platforms, the cart appears in its own tab to take full advantage of the small screen, as the overlay-style cart would be either too cramped or too tiny/illegible to be acceptably useful at that size.

Now that the same platform also comes with a larger screen on the iPad, we'll check the user-agent ID to see when it's an iPad and allow the cart overlay to function in that case; this fix will be rolled out as soon as practical.]]>
E-junkie Discussions; E-junkieGuru
Post #1 http://www.e-junkie.com/bb/topic/4425/pg/0#post22895 http://www.e-junkie.com/bb/topic/4425/pg/0#post22895 Tue, 8 Jun 2010 02:55:40 GMT http://www.soundmancaraudio.com/store and when i tapped "add to cart" it opened a new window. so i went to e-junkie.com and tried the sample buttons and the same thing happens.

is there a chance the javascript will be updated to work correctly on ipads, iphones, etc.? i looked into another solution called simple cart, and theres works fine. its very similar to e-junkie.]]>
E-junkie Discussions; soundman