provided by inappbrowser webviewcontroller, replacing inappbrowser webview
> controller with SASafariViewController will have more risks.
>
> Thanks
> Jonathan
> From: julio cesar sanchez
> Date: Wednesday, September 7, 2016 at 3:25 AM
> To: "Li, Jonathan"
> Cc: "dev
dova.apache.org"
Subject: Re: optimizing ios inappbrowser plugin's open and openInSystem method s
What is the problem self.callbackId = command.callbackId; causes when used with
_system option?
I think _system option should open in safari app as it does now, and
SFSafariViewCont
What is the problem self.callbackId = command.callbackId; causes when used
with _system option?
I think _system option should open in safari app as it does now, and
SFSafariViewController
should replace the ViewController we use when _blank is used.
2016-09-07 6:41 GMT+02:00 Li, Jonathan :
>
> H
Hi,
Currently there are two issues in iOS inappbrowser’s open and openInSystem
methods.
First, in the inappbrowser open method, it sets the instance variable at below
self.callbackId = command.callbackId;
this causes the problem when opening a _system targe from an inappbrowser
viewCon