I have developed a web application in angular 12 and ionic, and there is direction served from google api but when i click to get google direction, very often web page reloads in iphone safari browser.
Please help if you have solved similar problem.
Related
I am using an iframe in angular 14 application
the iframe src is application in the site in the IIS (same domain)
its work perfect in android
but in ios the iframe go to 404 page in the application
the application become one inside the other example
I did a lot of searching on Google and couldn't find any solution
I am developing a simple web browser (WebView) using react-native.
Everything works well except logging into Facebook.
The website has a Facebook login and when I tap it, it takes me to the in-app mobile Facebook login page. Entering the correct user/pass redirects me to /dialog/oauth?redirect_uri=https://staticxx.facebook.com/connect....... and I get stuck there.
Without using react-native-fbsdk how do I solve this?
Using the same site on desktop and mobile safari works well. (Although it opens a new tab).
Trying https://meetup.com fails as well but https://vimeo.com works well.
Is there anything I should be aware of or is it a problem with the websites?
I'm using Firefox 45.0.1 for testing my ASP.NET MVC web application. ELMAH shows following HTTP cookies being sent: __qca, __utma, __utmz, _ga, __utmb, __utmt
The only JS I'm using is modernizr, jQuery and bootstrap.
I'm not using Google Analytics in my application.
The only search engines in my Firefox are Wikipedia and Stackoverflow.
EDIT: Do not have Google Toolbar installed in Firefox
Where are these cookies coming from?
Are they appearing because of some Firefox extension I've installed? Or are they appearing because I'm signed into Google in another tab (how can that happen??) ?
Hi i'm having issues with using SFSafariViewController. What i'm trying to achieve is get in app browsing experience as close as Safari browsing. So that user don't feel any difference weather he is in Safari or inside the app.
This works well with most of the famous sites. But few sites does give broken experience and i'm trying to find out reason behind this.
As Per apple It shares cookies and other website data with Safari.
For example is if there is a shopping site and if user adds a product to cart within the app; It has to reflect in safari too. But it's not the case for few of sites.
Why is this happening, is this the problem from these sites, or I am missing something?
Thanks
cheers
I have a web page that I load in my iPhone app that has a form that sends me feedback. In case someone figures out the website url and accesses the page without using an iPhone, I want to ensure they're not a robot, as advised by my system admin.
When I setup the Google Recaptcha and view it in my iPhone app, the captcha renders in a separate Safari window not the app's webview.
I found this question without an answer:
https://groups.google.com/forum/#!searchin/recaptcha/webview/recaptcha/spLNfrT9nCM/t8aAuDzKBwAJ
My website with the form I want to add the Recaptcha to uses PHP.