Internal linking issue on iPad gmail and yahoo - ipad

I have been developing Email HTML Template using veeva iRep. but it has some internal links and these work well on desktop web clients. But internal links are having below issues:
Safari IPad - ymail : doesn't work at all
Safari iPad - gmail: works but when tapped, it remains in semi-hanged window I.e. user can't scroll up if internal link tapped.
Please help. Thank you in advance for your help

Related

Open iOS App by http:// link

I found a lot of tutorials about opening an app by a custom url scheme like:
myappname://
Thats nice but it would be great to open an app by registering the real app domain over the http link like
http://www.myappdomain.com/blablabla
So - for example - if a visitor comes to a webpage (on her/his mobile) it is normally opened in the browser, excepts the installed app is listening to the opened URL and opens itself instead of the browser.
How is this done (i've seen this at another app). Any help would be great. Thanks in advance!
It is a new feature in iOS9. It is explained in the WWDC15 talk Seamless linking to your App.
You could also add a small piece of javascript to each page that opens your custom URL-scheme.

Load web page in PhoneGap app

I'm using PhoneGap with AngularJS framework.
I want to display a web page. I tried to use iframe but scroll isn't working.
I want to keep this page inside my app and not as a in app browser or external browser.
My app is running on iOS, Android and WP8 both.
Some help please :)
Thanks in advance
function loadWebView(pid)
{
var url = "http://dummysite.com/index.php/catalog/product/view/id/"+pid;
$("#div_load_page").html('<object data='+url+' class="webview"/>');
};
This is simple jQuery I've applied in my phonegap application which gives me the desired result. Scroll bars are visible and depend on site's responsiveness and size.
See Result.

Getting an Adobe Muse website full screen on iPhone?

I have created a mobile website on adobe muse & would like it to act like an app once added to the homescreen?
The "meta name web capable content yes" tag will work and acts like a an app in fullscreen mode but only for the homepage; as soon as you click another page it redirects to safari ? Does anyone have any solutions for this ?

Site won't open in Facebook App for ios, nor redirect to Safari

I'm not a heavy coder here, so i'll ask my best.
We made a brochure about our home town. However users spreading it trough facebook cant open the links when in their facebook app. The app does not send it to safari either. If opened directly from safari it is no problem.
The link is http://visit.lodingen360.com
Is there anything i can do to the site/index.html/whatever that will make it open in safari when the link is clicked in the facebook app for ios? (that won't affect visiting the site from pc's and so on)
Is there anything uiwebview won't read that can force it to safari, so that we can redirect from the thing opened in safari to the site?
Your page will load and display in Mobile Safari, I tried with UIWebView and it will load without displaying an error, but the brouchure page content won't display.
Safari and UIWebView have different user agent's - therefore my guess is that because your site uses flash but it checking for the type of browser you are not performing the check correctly for UIWebView and the page is attempting to use flash which isn't supported.

Facebook iOS SDK - Wrong language on auth/login page

My current app works with the facebook API and today it started to redirect the user for login on facebook with japanese (or some other oriental language). I'm pretty sure nothing was changed on my code and I've also downloaded the src code from the library again.
Somebody having the same issue? Any ideas?
Also seeing it here, as of this morning (EST.) Seeing it in all apps, as well as m.facebook.com. Language is Indonesian, apparently. (E.g. "Dapatkan Facebook untuk iPhone dan menjelajah....")
edit:
This is apparently a Facebook-level issue. You can track the status here:
http://developers.facebook.com/bugs/407246299295529?browse=search_4fa410ea79db26337556383
"On initial login using Facebook, the dialog asking the user to authorize this application is displayed in seemingly random languages.. Only Happens when user is connected over Wifi."
I have the same issue in Android device and iPad.
I also post this issue in here:
The sample of in facebook sdk for Android always displays authentication page with language "Bahasa Indonesia"
I am in Taiwan and login page always displayed in Bahasa Indonesia. The network that I am using is Chunghwa Telecom ADSL.
I tried to changed the network provider of my device, e.g. 3G mode or other public wifi service. The login page turns into language as where I am.
I am using this URL http://touch.whatsmyip.org/ to see my IP, when the start part of IP is 220.133.X.X, the login page is wrong.
IP is 101.10.X.X or 60.245.X.X, the login page displays in correct language.

Resources