I have a page (DocumentList ) with a list of document (folders) and, when i click in one of them, i open a new page (DocumentEditor), in which i have a button to add some photos (file into the document folder) and another one to send them to an url.
So, the execution flow is the follow:
DocumentList -> DocumentEditor -> AddPhotos
In DocumentEditor i have, as said before, the possibility to send the document (and related photos) to an url through a client.postAsync(String Url, MultipartFormDataContent). I haven't any problem during this operation, but only when i press the back button in the navigation bar or if i execute a Navigation.PopAsync/PopToRootAsync.
I can come back in the prev page (DocumentList), but the title is cutted and, if i want to select another document, it opens a black DocumentEditor Page.
If i don't send the document, i haven't any problem with back button, so, it's definitely a problem with client.postAsync.
This bug is only on Android. Everything is working well on IOS.
A normal working page
Bugged page
DocumentList before postAsync:
https://i.stack.imgur.com/ipkgH.jpg
DocumentEditor before postAsync:
https://i.stack.imgur.com/SeAT2.jpg
DocumentList after postAsync and back button pressed (notice the title):
https://i.stack.imgur.com/aBmV7.jpg
DocumentEditor after selected a document in prev image:
https://i.stack.imgur.com/HlpTx.jpg
Hello @fedus, this seems a complicated issue and we really need a reproduction to understand what's going on. Can you please upload a small sample ?
Thanks
Hi @rmarinho , sorry for the delay...
here's the sample...ios project is not implemented (or it's partially implemented because i've used shared codes) because i didn't have the bug there:
There's some kind of problem with the prev url. Try this, by copy and paste it manually into the browser (because the final "_" is missing cliccking directly in the link):