Android webview link not working in React Native - android-webview

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.

Related

Share url in Flutter using share_plus doesn't show Safari in picker list

When sharing a URL, I need to list Safari in the picker dialog in iOS. I'm using share_plus version 6.2.0
Code: Share.share('https://www.google.com')
Actual result:
Expected result(similar to News app on iOS):
I don't insist on this library. Any solution is appreciated.

Sending URL using Facebook messenger from my Mobile Website

I am looking to send some link over Facebook Messenger app from my mobile website on Chrome Browser on my mobile. I am using the facebook messenger's custom URI Scheme fb-messenger://share. I saw this option on the the following link: Custom URI Schemes for the Facebook Messenger I used the full url as: fb-messenger://share?ShareType=ShareType.regular&share_story_url= I tried multiple options for share, as mentiond in the link above, but nothing works. It tries to open the app and closes.
You can do it by adding the following link to your page:
I don't know what else you can pass except for the link, maybe a user ID with to (probably the same params as described in the dialog method
i'm facing same issue and this is not working in ios devices.
In android devices its working fine.
I have used this one:
fb-messenger://share?link=" + smsString; (smsString is var)

Developing chrome app for displaying webpage

I am trying to develop a chrome app and I am new to this. How do I create a chrome app to display webpage and update when ever the information on webpage is updated (without reloading the chrome app explicitly) or how do I reload the page every few seconds in the background?
Thanks,
You could use the webview tag:
https://developer.chrome.com/apps/tags/webview to display a website in your chrome app.
To refresh the content in de webview you can use the alarm API https://developer.chrome.com/apps/alarms.

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?

HOW to open photo in iphone fb app from other app using fb:// url

I'm trying to set a QR code link that showing me a photo uploaded into a new album in Facebook by a remote script.
I saw this page: AKOSMA
I then added fb://photo/id to my qrcode generator script
On Android, the URL works!
on iPhone it loads the Facebook app and loads a white page with no photos.
What URL am I supposed to use?
I tried some other URLs that I read about in the link above, but it doesn't work.
Unfortunately it doesn't seem it's possible. I tried in may ways!
At the moment I am linking to the photo in mobile Safari: #"http://www.facebook.com/photo.php?fbid=%#"