Page 3 of 4

button is disappering

Posted: Sat Jun 14, 2014 4:46 am
by Alena Prykhodko

Hello,

Could please tell how to reach this page while testing on Preview?


button is disappering

Posted: Sat Jun 14, 2014 4:50 am
by deveu

on Reward page
enter 0477777777 from checkin
How will you get ths css error i dont know
but by alert i have seen code is executing
look upper code


button is disappering

Posted: Sat Jun 14, 2014 6:04 am
by deveu

Steps to test for similar error:

  1. Open app
  2. Press login button (this is the LOGIN page prefilled for testing)
  3. You are redirected to the CHECK-IN page. Using keypad enter a 10 digit phone number starting with 04 (04xxxxxxxx). We use 0477 777 777 for testing. Click check-in button.
  4. On successful check-in you are redirected to REWARD page. Here you will see boxes with grey and green buttons (sometimes red for new not previously used numbers). Click pink "no redeem" button to return to CHECK-IN page.
    4.1 Or click green "reward now" button to be redirected to THANK page where you click "confirm" button to return to CHECK-IN page.
  5. Repeat check-in cycle from step 3 until you come across the error where there are no buttons on REWARD page.
    I am testing apk android 4.2.2 tablet (and in desktop chrome/firefox browser).

button is disappering

Posted: Sat Jun 14, 2014 8:51 am
by obullei

Hello!

Thank you for information.
As soon as we investigate your issue, we will contact you.


button is disappering

Posted: Sat Jun 14, 2014 10:59 pm
by Alena Prykhodko

Works for me in Firefox (29.0.1), after 7 attempts to check-in all buttons are present.
But failed to load REWARD page in Chrome, throws errors.
We'll keep testing.
Could you please specify do you test installed app on tablet or test from builder Preview?


button is disappering

Posted: Sun Jun 15, 2014 2:03 am
by deveu

pls continue testing
rate is very rare 1%


button is disappering

Posted: Sun Jun 15, 2014 2:30 am
by deveu

Image

i click the grey button and no reedom
i got this


button is disappering

Posted: Sun Jun 15, 2014 3:23 am
by deveu

I test on android tablet using apk file not appery.io previewer


button is disappering

Posted: Sun Jun 15, 2014 3:24 am
by deveu

Image

that occurs again
do you think button is not generating in grid?

i am trying by 2

1.js
btn_reward.css('width', '150px');
btn_reward.css('height', '50px');
btn_reward.css('border-radius', '25px');
2.css

.Reward_btn_reward {
width:150px;
height:50px;
border-radius:25px;
display:-webkit-box;
-webkit-box-pack:center;
-webkit-box-align:center;
-moz-box-pack:center;
-moz-box-align:center;
-ms-box-pack:center;
-ms-box-align:center;
}


button is disappering

Posted: Sun Jun 15, 2014 3:36 am
by deveu

i try to see the html code
no button code is there if button disapperar
so button is not generating