Replies: 2 comments
-
Have you code you could share? |
Beta Was this translation helpful? Give feedback.
-
That's my C# code. Into .xaml there's only the definition of the screen "header" and ALoader, which simply is an ActivityIndicator which I make visible while other widgets are loading. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone, I'm Manuel and I'm new on GitHub, so I'm sorry for any mistake during the creation of this discussion.
I work as IT Technician and my boss assigned me to create the first app of our company. This app must be based on our web services, so I used some WebView to get our websites sections into the app. In one of these, users should compile a form and then download a document which reports the corresponding data from the form. Everything works fine, except for the fact that the download doesn't start. In fact, when I try to press the download button, nothing happens and I don't know why.
Into android manifest I set external memory writing and reading permission. Then, I defined WebView into a C# method (so it isn't defined into xml main page).
Could anyone help me?
Thank you
Beta Was this translation helpful? Give feedback.
All reactions