Re: optimizing ios inappbrowser plugin's open and openInSystem method s

2016-09-08 Thread Jesse
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

Re: optimizing ios inappbrowser plugin's open and openInSystem method s

2016-09-07 Thread Li, Jonathan
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

Re: optimizing ios inappbrowser plugin's open and openInSystem method s

2016-09-07 Thread julio cesar sanchez
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

optimizing ios inappbrowser plugin's open and openInSystem method s

2016-09-06 Thread Li, Jonathan
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