Michael4771079
Posts: 0
Joined: Sat Jul 21, 2012 2:03 pm

local storage prob

Hi Marina,
I have a problem I cannot seem to solve,

I have 3 textinputs on profile page "Name, Mobile, Email" all 3 are saved in localstorage on click

on book page all 3 "Name, Mobile, Email" are read on page load, and this info is sent by email through sendgrid

it all works very well except on first install,

when first installed on phone or if I change details of "Name, Mobile, Email"

the next email will not include the details,

( although the sendgrid service thinks everything is ok, gives success result, this is strange because the email field is required to use service)

but if I send a second time all works fine

it just looks to eu that the app does not work
I have check everything I can and I cant find any probs

Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

local storage prob

Hello Michael! Is this happening on device only or behavior is the same in desktop browser?

Michael4771079
Posts: 0
Joined: Sat Jul 21, 2012 2:03 pm

local storage prob

Thanks Marina,
It is on Both
I haddn't noticed until I was showing someone the workings, and this is what failed

Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

local storage prob

Just tested with my app - it works. Could you send us your public link?

Michael4771079
Posts: 0
Joined: Sat Jul 21, 2012 2:03 pm

local storage prob

Cheers Marina,
just shared, app name convertedbackandimport

Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

local storage prob

Thank you. Got it. I'll test

Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

local storage prob

Doesn't work for me either. Every time I click "Book" button I get this error {"message": "error", "errors": ["Missing destination email"]} inspite I entered destination email on previous screen (Profile screen). Could you clarify please how to reproduce your problem?

Michael4771079
Posts: 0
Joined: Sat Jul 21, 2012 2:03 pm

local storage prob

Hi Marina,
the email you entered is the eu profile email, and this is email that wont work on first attempt, works on second and so on,

destination email is on taxicompanies screen "co name, co email

thanks

Michael4771079
Posts: 0
Joined: Sat Jul 21, 2012 2:03 pm

local storage prob

I should have mentioned
if you make name mobile and email visible on book page you can see the change made on profile page dont take place until book btn is clicked more than once

Kateryna Grynko
Posts: 0
Joined: Thu Nov 15, 2012 9:13 am

local storage prob

Hello,

On Profile page, user name, his email and phone number are saved to localstorage variables:
nameinput
frominput
mobileinput

But on Book page in mapping, request parameter "text" is formed from localStorage variables
"name"
"mobile"

This inconsistency may lead to sending wrong message.

Return to “Issues”