Skip to main content

All Questions

Tagged with
2 votes
0 answers
204 views

Facebook page can't open in webview

If I try to load a facebook profile in a webview, I'm getting an error if I use a WebViewClient to display it inside the internal webview and not on an external browser: webView=new WebView(ctx); ...
NullPointerException's user avatar
1 vote
1 answer
588 views

Android 13 WebView Instagram Login Issue (Blocked Cookie Pop-up)

I've recently noticed that Instagram Login inside an Android App of mine is no longer working using a WebView, as the Instagram Login page no longer correctly displays a Cookie Popup, instead it just ...
dead_can_dance's user avatar
1 vote
1 answer
1k views

How to make webview work like Google Chrome for Facebook Links

I am creating an Android app, in which i am navigating Facebook Urls in webview. Example Link: https://fb.watch/dk1YiCATL3/ If user is logged in via webview Webview keeps converting short links like ...
Nayab's user avatar
  • 107
2 votes
1 answer
224 views

JavaScript triggered redirect not working on site opened in facebook webview

Opening our ecommerce site from within the Facebook app on Android, opens the page itself in a Facebook web view. When performing the purchase, an external app is opened for digital identification, ...
Jesper Wilfing's user avatar
1 vote
0 answers
57 views

nonpersistant location permission in facebook webview android

I developed an application that uses the geolocation of the user. Everything works well everywhere, the permission request is well requested from users and remains persistent in browsers or android ...
AnunaQi JaxProd'Art's user avatar
1 vote
1 answer
680 views

How to check facebook login status in Webview android?

I am developing an android application where i have redirected to https://m.facebook.com/ inside a web-view. What is required? I want to check the login status, once login is successfully done and ...
User's user avatar
  • 722
-1 votes
1 answer
725 views

Authorizing my website Google Sign In through a Webview

I have a website application that I have successfully integrated google and facebook signin. The problem is that if the site is linked to someone through a native app like Facebook Messenger, when the ...
Josh Farquharson's user avatar
0 votes
1 answer
88 views

Android Draw inside a Webview

I have a webview that I load facebook URL inside it. I want to draw a button on each feed (Image/Video) inside the webview content. and on click, I want to capture the image/video link similar to the ...
Anthony's user avatar
  • 651
0 votes
0 answers
103 views

Run html tag script in Webview

I have a service that returns a html code to render on a webview in my app, sometimes it returns a youtube embed, istagram or facebook, but the facebook is the only one is not working. "<...
Kazunari's user avatar
  • 258
0 votes
2 answers
437 views

android upload image not working in facebook messenger SDK webview

I'm developing a facebook chatbot that sends template message to users. The template uses facebook messenger SDK and opens a webview of my react app website, and the website has <input type="file" /...
gigigimay's user avatar
-2 votes
1 answer
470 views

Android WebView Auto Facebook Login

Currently in my app, I have a WebView that loads a Facebook page. Naturally, the loaded Facebook page in my WebView does not have any user logged in to a Facebook account. By interacting with the ...
Alex102's user avatar
  • 11
1 vote
0 answers
307 views

Security issues when logging in to facebook from android webview

I want to load some facebook links in android webview. But it requires users to login to facebook through that webview before they can reach to actual content. After that login, webview everytime uses ...
shaonAshraf's user avatar
  • 1,107
0 votes
1 answer
206 views

Use facebook AdView to find the WebView of the banner presented - through reflection

I'm using the Facebook SDK, here is the area that I'm getting the desired 'Ad' object: adView.setAdListener(new AdListener() { @Override public void onAdLoaded(Ad ad) { ...
Roni Koren Kurtberg's user avatar
1 vote
0 answers
500 views

Facebook videos are not playing in Android WebView

I have created android application which has a webview which loads https://www.facebook.com. But when I run this app in my phone the videos in facebook are not playing properly. Only sound of videos ...
Kisan Thapa's user avatar

15 30 50 per page
1
2 3 4 5
9