Re: [android-developers] Android Webview Url loading Issue

2016-09-26 Thread 'Jean-Baptiste Queru' via Android Developers
Spaces aren't legal characters in URIs, even though many tools accept them. You should URI-encode them. While this is not a fully scalable solution for all types of characters that might appear in a URI and cause problems, replacing all spaces in a URI with %20 is likely to solve your immediate

[android-developers] Android Webview Url loading Issue

2016-09-26 Thread Ankit Gupta
I am using webview in android, and I am not able to load url which is having white space in url like (https://s3-ap-southeast-1.amazonaws.com/Test Folder/temp file.html )or ( https://s3-ap-southeast-1.amazonaws.com/Test+Folder/temp+file.html) in webview. When I am trying to use this url it says