-
Notifications
You must be signed in to change notification settings - Fork 51
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Download Problem #415
Comments
Hello. @rox1010. Let us know the detailed flow of the file download and we'll check it out. Thank you. |
`using System.Collections; public class WebViewTest : MonoBehaviour // FullScreen } // Popup default // Popup custom position and size // Popup custom margins private void OnCallback( } Heres my testsample code and i am only using public void ShowUrlFullScreen() and im using Unity Editor Version 2022.3.2f1 SDK latest 32 or 34 . when i connect my Android phone then build and run it run smoothly web open but after clicking download theres nothing happened instead it will close automatically and probably crash or idk yet . My Aim is to Open web on my Android phone and download that files and save it to my phone but after long long journey of search can't find how can i add download option or does it have its own download method like list on GamePackage Image has . |
@rox1010
GPMWebView supports file downloads using DownloadManager. DownloadManager only supports URIs that start with http and https, and in certain situations, additional strings may be appended to the download URL, leading to a download failure. In this case, the following error may occur, and please check the URI in Logcat:
|
Hello. @rox1010 |
Service
Version
Latest
Summary
I have Succesfully Download and use WebView so far its good but suddenly when i tried to dowload some files. app crash instantly or close im trying to figure out why its happening ? or how can i enable download if needed ?
Screenshots
no screenshot just got test on my phone
Additional context
im trying to use this WebView to open URL and Download files from there . Thankyou for ASAP reply
The text was updated successfully, but these errors were encountered: