Merge pull request #2979 from dpalou/MOBILE-3833
MOBILE-3833 file: Change logic in unconvertFileSrc
This commit is contained in:
		
						commit
						55b6d9f76a
					
				| @ -1274,9 +1274,11 @@ export class CoreFileProvider { | ||||
|             return src; | ||||
|         } | ||||
| 
 | ||||
|         const scheme = CoreApp.isIOS() ? CoreConstants.CONFIG.ioswebviewscheme : 'http'; | ||||
|         if (CoreApp.isIOS()) { | ||||
|             return src.replace(CoreConstants.CONFIG.ioswebviewscheme + '://localhost/_app_file_', 'file://'); | ||||
|         } | ||||
| 
 | ||||
|         return src.replace(scheme + '://localhost/_app_file_', 'file://'); | ||||
|         return src.replace('http://localhost/_app_file_', 'file://'); | ||||
|     } | ||||
| 
 | ||||
|     /** | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user