My page in blogger website works fine except in the mobile browsers.
The page is here.
Basically, It's a text generator script that is perfectly fine and working but only on desktops not on mobile browsers but when I shift the mode from mobile to desktop browser in the android phone using chrome app it loads the script but in the mobile mode, it's not working at all.
I was wondering if there is any way to fix this.
Related
My website displays perfectly fine on my desktop browser, Android devices but not on any iOS devices. I just get a white screen. Any idea on how to fix it?
Screenshot on Android device
Screenshot on iOS device
I might have a JavaScript call that's not working in iOS. It could be a 3rd party polyfill that is failing and causing some other issues as well. I don't know any better method for debugging iOS.
I'm creating a web page with some scrolling effects. Here I used skrollr plugin. But, I'm having some problems on mobile browsers. Specially on chorme.
The web page works great on desktop browsers but the page is not scrollable at all on mobile browsers.
Visit this link on a mobile chrome browser :
http://www.geniusamigos.com/mystuff/vr3/4.html
Is this a common problem or it's just me ?
Thanks...
I have installed a slider into a website, it is viewable with IE, mobile devices ETC, but it does not work with chrome. Is this as simple as using an IF statement to sort this?
You can see what I mean at http://www.test.hdwebdesigns.co.uk/SIM/ you will see it works in IE and mobile devices but not chrome.
I am unable to upload to JSFiddle, so I have uploaded a RAR file of the site here http://www.test.hdwebdesigns.co.uk/SIM/SIM.rar
we have a site that is running on Jquery and Backbone.
But it is rather slow on the mobile, but i do not want seperate bases for the desktop and the mobile.
I was wondering if jQmobi runs well on desktops as well? I do not care about supporting IE8 and below.
It's webkit only, so if you only care about Chrome/Safari it works fine, but it does not work on FF/Opera/IE currently.
note (I'm the lead dev. I use Chrome desktop for development then test on device)
There exist javascript APIs for adding bookmarks to browser using javascript, but it works only on Desktop
Firefox
window.sidebar.addPanel(location.href,document.title,"");
IE
window.external.AddFavorite(location.href,document.title);
http://www.hostingfanatic.com/webdev/add-to-bookmarks-javascript/
The above site hosts the code for it, the functionality works in Desktop FireFox and InternetExplorer but not in Desktop chrome or Safari.
The add bookmark also doesnt work on android default browser or android FireFox browser.
It also doesnt work on IOS Safari, on IPad 1 and IPad 2
Is there any javascript API that allows the add bookmark functionality programmatically via javascript in mobile browsers?
If not, is there any other way to achieve this programmatically in mobile browsers?
Also will Phonegap or rooting the android phone, help in any way to achieve this?
I am open to all views.