Page 2 of 3

why back button disappear

Posted: Wed Jun 11, 2014 1:04 am
by Yurii Orishchuk

Hi Yaniv.

Ok i've tested your DB and your query service.

You have 3 items in your collection:

precode

1 2014-06-29 10:00:00.000 - 2014-06-29 14:20:00.000

2 2014-06-29 18:30:00.000 - 2014-06-29 22:00:00.000

3 2014-06-29 18:30:00.000 - 2014-06-29 22:00:00.000

/code/pre

So here is a tests:

1 test:

Test date:
2014-06-29 11:00:00.000 - 2014-06-29 12:00:00.000 - not overlaped with 2nd and 3rd items.

request would be:

precode

{
"$or": [
{"$and": [ {"EventStartDate": {"$gt": "2014-06-29 11:00:00.000"} }, {"EventEndDate": {"$gt": "2014-06-29 12:00:00.000"} } ] },

Code: Select all

 {"$and": [ {"EventStartDate": {"$lt": "2014-06-29 11:00:00.000"} }, {"EventEndDate": {"$lt": "2014-06-29 12:00:00.000"} } ] }  

]
}

/code/pre

And it should return 2 items: http://prntscr.com/3rn5ls/direct

Passed OK.

2 test:

Test date:
2014-06-29 14:21:00.000 - 2014-06-29 14:22:00.000 - not overlaped with all three items.

request would be:

precode

{
"$or": [
{"$and": [ {"EventStartDate": {"$gt": "2014-06-29 14:21:00.000"} }, {"EventEndDate": {"$gt": "2014-06-29 14:22:00.000"} } ] },

Code: Select all

 {"$and": [ {"EventStartDate": {"$lt": "2014-06-29 14:21:00.000"} }, {"EventEndDate": {"$lt": "2014-06-29 14:22:00.000"} } ] }  

]
}

/code/pre

And it should return 3 items: http://prntscr.com/3rn6wi/direct

Passed OK.

3 test:

Test date:
2014-06-29 18:31:00.000 - 2014-06-29 18:32:00.000 - not overlaped with 1st item.

request would be:

precode

{
"$or": [
{"$and": [ {"EventStartDate": {"$gt": "2014-06-29 18:31:00.000"} }, {"EventEndDate": {"$gt": "2014-06-29 18:32:00.000"} } ] },

Code: Select all

 {"$and": [ {"EventStartDate": {"$lt": "2014-06-29 18:31:00.000"} }, {"EventEndDate": {"$lt": "2014-06-29 18:32:00.000"} } ] }  

]
}

/code/pre

And it should return 1 item: http://prntscr.com/3rn7xk/direct

Passed OK.

Also i've tested other test cases and all was passed ok.

Note: If you want to see only "count" without all items information please add to your request parameter "count" with value "1" http://prntscr.com/3rn8ky/direct

Regards.


why back button disappear

Posted: Wed Jun 11, 2014 2:01 am
by B510

Hi Evgene,

you are answering wrong topic :)
my question is in this topic is why back button disappear ?


why back button disappear

Posted: Wed Jun 11, 2014 2:17 am
by B510

why back button disappear

Posted: Wed Jun 11, 2014 8:01 am
by Kateryna Grynko

Hi Winanjaya,

Please post a public link. We'll test.


why back button disappear

Posted: Wed Jun 11, 2014 12:20 pm
by B510

Hi,
you can access it at: then select Edit Profile or Claim..

http://appery.io/app/mobile-frame?src...


why back button disappear

Posted: Wed Jun 11, 2014 12:20 pm
by KarenW

I have the same issue - - i have no custom code and when i test a very basic app and try going back the button disappears


why back button disappear

Posted: Wed Jun 11, 2014 2:44 pm
by Evgene Karachevtsev

Hello,

Roll back your changes of file Claim.js (http://devcenter.appery.io/tutorials/...)
And uncheck "Use full screen refresh" when transit to this page


why back button disappear

Posted: Wed Jun 11, 2014 2:56 pm
by B510

back button still not shown :(


why back button disappear

Posted: Wed Jun 11, 2014 6:30 pm
by Evgene Karachevtsev

Winanjaya,

You have edited file "Claim.js"
http://prntscr.com/3ruihh.
You need to delete it and then execute "Undo all source changes":
http://devcenter.appery.io/tutorials/...


why back button disappear

Posted: Thu Jun 12, 2014 12:15 am
by B510

yes, but the back button still not showing.. :( Image Image