mazolo
mazolo
> I can't reproduce, can you provide some sample project or steps to reproduce? What does it return for you? I want to see an example of the url that...
> It returns the configured scheme :// the configured hostname, with default values http://localhost If possible, I would like to see the exact output given the invocation I supplied on...
> If possible, I would like a sample app reproducing the issue. > > For the url you provided it should return > > http://localhost/_app_file_/Users/dan/camera-image-12345.png Thanks for reply, the port...
> It depends on the plugin version, 3.x and newer don’t have port, unless you put it as part of the hostname preference Whenever you have chance please take a...
window.WEBVIEW_SERVER_URL is the culprit that returns undefined. How can I go around this given my configuration?
I fail to believe that this was ever tested: ``` import { WebView } from '@ionic-native/ionic-webview/ngx'; constructor(private webview: WebView) { } ... img = this.webview.convertFileSrc('file:///Users/dan/camera-image-12345.png') ```