github.com/.../progress.mc
it means your code is bad :(
I can't see RequestDelegate class...
it has only constructor, as this view does not handle any input only downloads data. Also even if my code is bad why it runs on actual device, that is strangest thing to me.
can you put all code to git?
how external object returns data to :OnReceive1?
why in
OnReceive1(code as String, data as Dictionary or Null)
code is string?
but if should be string you can't check
if(code == 200)
current edition: github repository
edit: about that code and string. Yeah that's strange quirk with both string and number behavior to my eye is identical.
Are you using the same parameters and options in the sample app as you use in your app?
yes sir copy pasted from WebRequest sample
edit: there is one difference i pass callback method to the parameter
You are only doing 1 quest at a time, correct? To make sure, put a println at every makeWebRequest and in every callback for that.
Yes one by one in chain. After adding bunch of println here is the output:
Making first request
Web request (kauno-autai.herokuapp.com/.../Mituvos g.) initiating
-300
OnReceive1 is called
Making second request
Web request (kauno-autai.herokuapp.com/.../Vilniaus g.) initiating
OnReceive2 is called
https://kauno-autai.herokuapp.com/stopActivity/Mituvos timeout in web browser