-
Notifications
You must be signed in to change notification settings - Fork 80
Sharing button don't work on webview of android #39
Comments
You could try to combine this answer and the Android intent code from WhatsApp itself - of course you should replace |
Have you managed to get this working? It would be nice to share your solution here if others stumble upon the same problem. |
No, i've been busy lately. As soon as possible I'll work on it and i share with you. |
Thanks guys its works perfectly
|
I am unable to make it work. Where do I need to put this code? |
Use this @OverRide
|
Thanks @nishanthrk it works great. |
What if i have this code and how to integrate with your code ??
|
I am new can you please help ,This is my Code dont know where is my mistakepackage com.agraleaks.imgauravanimator; import android.app.Notification; import com.agraleaks.imgauravanimator.Common.Config; public class MainActivity extends AppCompatActivity implements OnRefreshListener {
private void showNotification(String title, String message) {
} |
Yes I have the same problem. this code is not working for us. Please helpwebView.setWebViewClient(new WebViewClient() {
|
Arun try this way ;
Hope this will work for you. |
The Code you given is not working it shows same error again . net::ERR_UNKNOWN_URL_SCHEME. PLease helpI paste all the code below here please check and tell me if their is any mistake. Please help package com.womenspassion.arun.womenspassionfashion; import android.app.Activity; import com.google.android.gms.ads.AdListener; import hotchemi.android.rate.AppRate; public class MainActivity extends Activity implements SwipeRefreshLayout.OnRefreshListener {
// Prepare the Interstitial Ad
// If Ads are loaded, show Interstitial else show nothing.
} |
Hi, i se your code to add a share button on my website. It's works perfect from mobile browser, but when i try to click it from the webview of my app it gives me this
I've just read this:
#15
and I don't understand why does not work properly even if the webapp run over the native android browser.
The text was updated successfully, but these errors were encountered: