Search found 10 matches

Go to advanced search

by Image3D
Wed Mar 17, 2021 1:36 pm
Forum: Issues
Topic: inAppBrowser Plugin not working
Replies: 9
Views: 8037
 
Jump to post

Re: inAppBrowser Plugin not working ( Solved)

HI, review calling code for the following configuration: Library version set to v5.2 Cordova Plugins InAppBrowser 4.00 OpenUrlExt 1.02[/list] Used the following code with the OpenUrlExt Cordova Plugin (pdf2Render is the url to open) if (isMobile.iOS() || isMobile.Android()) { OpenUrlExt.open(pdf2Ren...
by Image3D
Mon Mar 15, 2021 10:07 pm
Forum: Issues
Topic: inAppBrowser Plugin not working
Replies: 9
Views: 8037
 
Jump to post

Re: inAppBrowser Plugin not working

Found that when our App is tested from inside iOS Appery Tester window.open(pdf2Render, target, options); works just fine, but when we call it from an device installed version on the same device it does no opens the system browser. What is different in Appery tester that allows window.open to open t...
by Image3D
Mon Mar 15, 2021 8:37 pm
Forum: Issues
Topic: Wrong Binary .ipa build is setting support for audio in the UIBackgroundModes key
Replies: 5
Views: 4485
 
Jump to post

Re: Wrong Binary .ipa build is setting support for audio in the UIBackgroundModes key

Found that the UIBackgroundModes Keys are being set by the Cordova StreamingMedia Plugin, which plays video on iOS and Android in Native mode.

I will be checking with Apple how to proceed.

Please consider this issue solved.

Thanks for your tip.

Best Regards Joni

by Image3D
Mon Mar 15, 2021 7:49 pm
Forum: Issues
Topic: Wrong Binary .ipa build is setting support for audio in the UIBackgroundModes key
Replies: 5
Views: 4485
 
Jump to post

Re: Wrong Binary .ipa build is setting support for audio in the UIBackgroundModes key

Thanks for your fast repy. I will check the cordova plugins and let you know...

by Image3D
Mon Mar 15, 2021 5:48 pm
Forum: Issues
Topic: inAppBrowser Plugin not working
Replies: 9
Views: 8037
 
Jump to post

Re: inAppBrowser Plugin not working

Setting the cordova-plugin-ionic-webview gives a build error ( see log attached)..

by Image3D
Mon Mar 15, 2021 11:57 am
Forum: Issues
Topic: Wrong Binary .ipa build is setting support for audio in the UIBackgroundModes key
Replies: 5
Views: 4485
 
Jump to post

Re: Wrong Binary .ipa build is setting support for audio in the UIBackgroundModes key

I checked the .ipa info.plist file and the UIBackgroundModes Keys are set, even I have not set it in the project( please see attached images). Building .ipa in Xcode 12.2 makes the window.open(url, "_system") not to work properly ( please seee my other post ). Please, we need a solution or...
by Image3D
Mon Mar 15, 2021 11:46 am
Forum: Issues
Topic: inAppBrowser Plugin not working
Replies: 9
Views: 8037
 
Jump to post

Re: inAppBrowser Plugin not working

I just did an exercise using the JQM apps: https://docs.appery.io/docs/cordova-jqu ... appbrowser tutorial, exported as a Xcode Project and build it with Version 12.2 . Choosing System Browser it does not open the Safari browser as expected. It opens in the same WKWebView. ( see attached images). We...
by Image3D
Sun Mar 14, 2021 12:53 pm
Forum: Issues
Topic: Wrong Binary .ipa build is setting support for audio in the UIBackgroundModes key
Replies: 5
Views: 4485
 
Jump to post

Wrong Binary .ipa build is setting support for audio in the UIBackgroundModes key

iOS .ipa Build is wrongly setting the support for audio in the UIBackgroundModes key in your Info.plist, even without having this option being selected. Apple has rejected our application : From Apple: " Guideline 2.5.4 - Performance - Software Requirements Your app declares support for audio i...
by Image3D
Wed Mar 10, 2021 5:09 pm
Forum: Issues
Topic: inAppBrowser Plugin not working
Replies: 9
Views: 8037
 
Jump to post

Re: inAppBrowser Plugin not working

Hi Serhii, I think I found the problem. Building .ipa with library version v5.2 using the code bellow to open the system browser does not work on iOS. window.open(pdf2Render, target, options); but building .ipa with library version v5.1 the code above works, ( I am using the same Cordova plugin in b...
by Image3D
Sat Feb 27, 2021 8:15 pm
Forum: Issues
Topic: inAppBrowser Plugin not working
Replies: 9
Views: 8037
 
Jump to post

inAppBrowser Plugin not working

I am using the following code for open an pdf on the cordova inAppBrowser: pdf2Render = "http://www.pdf995.com/samples/pdf"; var target = "_system"; var options = "location=yes,hidden=yes,beforeload=yes,closebuttoncaption=CloseenableViewportScale=yes,fullscreen=no"; deb...

Go to advanced search