Yurii Orishchuk
Posts: 0
Joined: Fri Feb 14, 2014 8:20 am

why back button disappear

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.

B510
Posts: 0
Joined: Wed Jun 04, 2014 2:17 pm

why back button disappear

Hi Evgene,

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

B510
Posts: 0
Joined: Wed Jun 04, 2014 2:17 pm

why back button disappear

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

why back button disappear

Hi Winanjaya,

Please post a public link. We'll test.

B510
Posts: 0
Joined: Wed Jun 04, 2014 2:17 pm

why back button disappear

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

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

KarenW
Posts: 0
Joined: Sun May 11, 2014 7:17 am

why back button disappear

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

Evgene Karachevtsev
Posts: 12
Joined: Mon Apr 28, 2014 1:12 pm

why back button disappear

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

B510
Posts: 0
Joined: Wed Jun 04, 2014 2:17 pm

why back button disappear

back button still not shown :(

Evgene Karachevtsev
Posts: 12
Joined: Mon Apr 28, 2014 1:12 pm

why back button disappear

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/...

B510
Posts: 0
Joined: Wed Jun 04, 2014 2:17 pm

why back button disappear

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

Return to “Issues”