RoopaNagesh opened a new issue #758:
URL: https://github.com/apache/cordova-plugin-inappbrowser/issues/758


   Since Apple deprecated UIWebView and supports WKWebView, we updated the iOS 
version to 6.0.0 and removed **cordova-plugin-wkwebview-engine** plugin that 
was no longer supported.
   
   After the iOS upgrade google map and pdf API calls stopped working and 
throws **unsupported URL error**.
   
   We are using **cordova-plugin-inappbrowser 4.0.0** to call Google Map and 
PDF reader APIs.  Below is the code snippet of InAppBrowser to call google Map 
URL.
    
   ```
   $scope.openMap = function(url) {
     options='location=no,toolbar=yes';
     cordova.InAppBrowser.open(url, '_blank', options);
     return false;
   }
   ```
   [Unsupported URL Error for Google Maps][1]
   Below are the plugins installed and platform details:
   
   Installed platforms:
   ```
     android 7.1.4
   
     browser 5.0.4
   
     ios 6.0.0
   ```
   [Plugin details][2]
   
   
     [1]: https://i.stack.imgur.com/hqdN4.png
     [2]: https://i.stack.imgur.com/2i1en.png
   
   stack overflow-link 
https://stackoverflow.com/questions/63308013/google-maps-and-pdf-reader-api-throws-unsupported-url-error-when-migrating-from


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to