IONIC inappbrowser loadstop event not working in IOS - iphone

I am launching an https://... URL in iPhone within inAppBrowser. I am trying to call 'loadstop' event for inappbrowser. It is not getting called in Iphone but it works for Android.
Please let me know if there is any API update is required.
Thanks,

Related

Android webview link not working in React Native

I have implemented a WebView in React Native. The web page will have input fields and based on the data we entered it redirects to another page.
It is working fine in iOS but not in Android.
After clicking on a component in WebView I am able to see the url change and params of the url in iOS but in Android the url is not getting changed.
Any help please.

Display Facebook videos in Ionic 2 app

I am trying to display my Facebook videos in an ionic 2 app but the URL is not working. In browser, I am getting message "Unavailable
This video can't be embedded." and in emulators the display is blank.
Any suggestions.
I found this link Embeded Video Player it worked for me, I hope this would also help you. To setup Facebook SDK in your ionic app. please visit this link Ionic Facebook Native

Facebook Canvas unable to get profile picture

First time using Facebook Unity SDK, and it was able to download user's profile picture fine in Editor. However when I tried to test it on Facebook Canvas, it wasn't able to download it.
You are trying to load data from a www stream which had the following error when downloading.
Failed downloading
https://graph.facebook.com/useridhere/picture?access_token=usertokenhere
Why did that happen?
I tried either of both commands:
FB.API ("me?fields=picture.type(small)", Facebook.HttpMethod.GET, LogCallback);
FB.API ("/me/picture", Facebook.HttpMethod.GET, LogCallback);
I am using 5.0.4 of the SDK
Looks like a bug that is being worked on: https://developers.facebook.com/x/bugs/364606280347510/

Flurry plugin integration in phonegap

I followed this link (https://github.com/jfpsf/flurry-phonegap-plugin) to integrate flurry plugin in phonegap iPhone app.
After integration as given in the link.
I called flurry methods:
flurry.startSession('XYZ',function(){
alert('success session');
},function(){
alert('fail session');
});
flurry.logEvent('app logevent',function(){
alert('success logEvent');
},function(){
alert('fail logEvent');
});
that are not giving any response.
When app send to the background by clicking on home button and again open the app that flurry event occurred and works perfectly.
Can anyone please help me for this. Why flurry plugin methods are working when app come from background?
Thanks in advance.
Please ensure that you press the home button before closing the app. This is required in order to complete the Flurry reporting lifecycle.
Please read the correct answer in this stackoverflow post: Adding Flurry in the alertView

How to open app from Puffin browser

I wish to play flash content in iPad app so i searched lot then finally i came to know Puffin browser will play flash content.
In my app when user tapping a button the app redirected to puffin browser then it will play the flash content. then again if try to re-open my app from puffin browser i could not re-open it.
I created URL Scheme for my app. after completion of flash video, i tried to open my app by using myApp:// in puffin browser but it does not re-open my app. if try same way in safari its working.
Please help me
External URL opening will be supported in the next version. Do you mean you want to manually type "MyApp://SomeUrl" in Puffin and then open MyApp with SomeUrl? Is your app free to download? I'd like to give it a trial.
ps: I work in CloudMosa which sells Puffin.
Maybe a bit late, but there a several documentated URL Schemes on the Puffin Developer Page: https://www.puffinbrowser.com/development/
Puffin Browser for iOS handles the following URL Schemes.
puffin for http
puffins for https
puffin-x-callback for callbacks back to calling app (iOS after version 3.5)
i.E. use instead of https://www.google.de the Url puffins://www.google.de to open https://www.google.de in the Puffin Browser.
Unfortunately currently workin only for the not longer maintained iOS Versions Puffin and Puffin Pro. The new browser Puffin Lite has afaik no documentated URL Schemes or does it?