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
Related
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.
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.
If i use https://trelki.de/ on my S10+ device using latest chrome i am unable to scroll.
I tried chrome dev tools, works. it works in every browser except of the current chrome. someone is causing this, because my scrolling works on other pages.
firefox works, opera works, edge works, chrome desktop (arch linux) works, also.
watch https://trelki.de/
i just want people to scroll that page and find the reason for this.
this page is completely self-written, so i have control about absolutely everything.
Thanks in advance
I have a problem with the https://konfiguratorszkolen.pl/ webpage - it works fine on desktop, but breaks on mobile devices.
On mobile, it loads at first and everything looks fine, but after a 1-2sec it shows "aw, snap" error. I've checked it only with Chrome and Safari on iPhone, but I believe it's a general problem.
I've already checked the website on
https://search.google.com/test/mobile-friendly
and
https://developers.google.com/speed/pagespeed/insights/
and the result are alright (mobile performance would be better).
What might be the problem? How can I debug this issue on mobile (of course works fine on a desktop browser)?
Here is the repository (it's only a code look-in): https://github.com/KamilSobieraj/Konfigurator_szkolen
What you're looking for is called remote debugging and is available for firefox, chrome and there's even solutions to debug iOS safari from your computer (no Mac needed).
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.