List from rest working on desktop but neither on mobile tester nor as apk
I built an app with some select menu lists coming from some RESTs to set departure and arrival point of a trip and an input (type date) to set the date of departure.The buses wich match the request should be reported into a list.
so I built a list from a specific rest with departure city, departure date, arrival city as Request and some responce mapped in a grid in a list_item.
the problem is:
When I test my app in my desktop browser (chrome) everithing is ok and all the list items coming from the rest are showed.
But when I test the app from the app tester on my mobile no list item are showed.
i guess the problem should be with the date, because after some test i tryed to don't map it to the request parameters and the list-items have been showed in the mobile tester.as in the desktop
but i need the date parameter to be entered by users and sent to the rest.
do you have any idea to solve my problem???
I shared my project with support@tiggzi.com