Asked — Edited

Mobile Website

I can not pick the shipping method from the drop-down menu when trying to place an order using my android phone, vanilla Nexus 5, using the Chrome browser. Worked fine on my galaxy 7510 tablet; thats how I completed my order.


ARC Pro

Upgrade to ARC Pro

Synthiam ARC Pro is a new tool that will help unleash your creativity with programming robots in just seconds!

PRO
Synthiam
#9  

Sorry, it's a normal text box like every other website:)

We don't use google analytics for cart drop offs. Instead, we have a database table that logs the interaction with the cart and during shopping. I designed it myself based on our custom POS. We can view reports of how many times the cart was viewed before actually checking out, etc.

There's a ridiculous amount of reporting we do to optimize the website for you:)

As for the shipping issue you were experiencing, chrissi made some changes and I released them into production earlier today.

#10  

I do a considerable amount of a asp.net work as well. I haven't viewed the source but assumed the text boxes might likely be bootstrap css. Not sure what's going on with it. I don't have the vanilla Android keyboard; I use swift key. Ultimately who knows what's going on. The Android chrome browser is sadly lacking on dev tools. As a side note Google analytics is amazing. I used to do table logging for user interaction but now that Google is giving out the sugar, I don't go down those roads. I highly recommend it. Especially the behavior flows and eventing system. Oh, well, cheers and thanks for taking the time out of your schedule to respond. Eom.

PRO
Synthiam
#11  

Oh we use google analytics, just not for stuff that we can log natively. You'll see the google include in the HTML source.:)

One thing I've been frustrated with is android lately. The "on a whim" API changes between versions! It's impossible to determine what API to compile for as well. Cant blame the web browsers for having "issues" when they have to continually update their code to work

#12  

Well, we don't use bootstrap anymore, we use Foundation which I think is superior;)

I just tried it on my nexus and you're right, the reply box is acting strangely - you cannot move the cursor properly. I have no idea why that would happen, as it's just a regular textarea, but I'm going to check that out ASAP on Monday:)