Google Mobile-Friendly test passed, yet page appears on Mobile Usability issues list - mobile

Google's webmaster tools is showing a large number of pages have mobile usability issues (see screenshot) yet once you click on the link and then click on "Check Live Version" (of the same page), it shows that everything is fine ("Page is mobile-friendly" in green). After resubmitting that page to the google indexer the page still appears to have issues a few weeks later.
It almost seems like a different algorithm is used to check mobile usability by the indexer and the Live tester.
Has anyone come across this issue? Any pointers as to how to reconcile these?
Thanks!

I just got this reply from another forum:
"If the page passes the live test, there is nothing more you can do.
The report is slow to update at times, so might just be delayed."

Related

Can't edit certain pages on DNN site after upgrade to 9.01.01

We recently upgraded one of our client sites to 09.01.01 to address a Telerik vulnerability, and then had to migrate the site from managed.com to Azure due to manage.com's outage. After the upgrade, a couple of pages on the site have been uneditable using the pencil icon in the persona bar, although the rest work fine. We're aware of the workaround of going into content > pages and clicking the pencil icon there, but even then not all of the areas on the page are editable. For example, there's one instance of the HTML module on the homepage where when you click on its pencil and then click "Edit Content," it just displays a pop-up with the text but no WYSIWYG or way to actually edit. Other instances of the HTML module work fine, on other pages and even other areas of the homepage.
What's more bizarre is that we just spun up another Azure VM and created a dev site from a clone of the live site so we could troubleshoot further, and this problem does NOT occur on that site even though it's an exact copy of the live site files and database and both sites are hosted in Azure.
Does anyone have advice on what might be causing this or how to troubleshoot? My original though was to clone the page and start removing modules one by one to see if anything made a difference, but it doesn't actually remove the module when I click delete. I've read about ways to do this directly in the database, but I'd prefer to avoid that if possible, especially since we're not seeing the same problem on the cloned site.
Thank you!
Could you please see if any error appearing on the logs folder? You can see the logs here. /Portals/_default/logs/2021.02.01.log.resources? The log file name may differ based on website's logging configuration.
A similar thing can be seen from the Personal bar as well using Admin Logs.

Angular JS application taking around 100% CPU while resizing

My website is in AngularJS v1.7.2 (using Laravel PHP framework as backend).
Current issue is the website freezes after resizing several times (2-3 or more times). I have checked Google chrome Task Manager Tool and it showing around 100% of CPU usage at the time of freezes. Same issue also occurred while testing the site in mobile by changing orientation several times. I have already tried solution like bind one way, add track by for ng-repeat, using tools like Batarang but no luck yet. Is there any proper solution for the issue. Please let me know.
UPDATE
The website almost finish. Only the freeze issue currently blocking us. The website mainly containing song, album, playlist, artist.
On home page there is banner (4 images) using iosSlider . then there are per category (8 categories) album (5 album each). on right sidebar there are song list. There are other pages like category page, artist page, album page, song page, user profile pages etc. Also there is a customised player using angular soundmanager2 API. Generally while viewing in desktop normally there no issue so far. But if I check using Device Toolbar (CTRL+Shift+M) and switch to other pages and rotate 2-3 times it just freezes. Even can't reload or refresh the page tab. If I check Chrome Task manager (Shift+Esc) it shows around 100% CPU usages
that time. Thing to notice the issue only occurring if I route to other page(forward or backward or both) then rotate 2-3 times. I am using AngularJS Batarang to sort out the issue but with no clue still now
SOLVED
The issue was with iosSlider. After removing the iosSlider no crash issue now.

Google Developer Console for Identity Toolkit is unavailable

Google's Identity Toolkit developer's console requires use of the "original console" when managing the API. I was using it with no issues for the past few days but starting yesterday it became unavailable.
Clicking on the "original console" link now brings up a mostly blank screen (only the general menu headers remain). If I go into the original console to manage other aspects and then click on "Identity Toolkit" then a yellow "Loading..." box appears but the screen doesn't change and the API console is not loaded.
If I go into another project I own I am able to get to the screen with no problem.
Has anyone else seen this or know of a work-around or solution?
I spent the past few days with Google Support - it's a bug in the console. They entered my configuration information for me.
They either fixed the bug or the act of entering the information was a sufficient work-around as I now have access to the console.

AngularJS app is not loading on Safari (iOS 5.1.1) back button. Any suggestions?

I've ran into an issue with Safari on iOS 5.1.1 and Angular where I am doing paginated results. After I decide to leave the page that is hosting the app, and then come back to the page by using the browser's history back button.
The application is not initialized so as I scroll again, the pagination functionality is not triggered.
Since 5.1.1 doesn't provide a web inspector, I had to rely on console.log to print events that I want to see that it's executing. On initial load, I see everything ok, but when I am back through the back button nothing fires.
My usual ways of fixing this are not working. Here are the things I've tried:
Used manual bootstrapping of Angular app
Made the page not support caching and expire the page as soon as it's rendered.
Neither of these helped, which is why I am here asking for some suggestions. Unfortunately it's not a very easy thing to replicate through a Fiddle or a hosted HTML file so I am unable to provide one. Hoping that some of you may have experienced this before.
Thanks in advance for any help.
Answer is quite late and I hope you found a solution already but it might be useful for others.
Unfortunately I won't be able to answer why the app is not initialized (due to the lack of code) but I can give you some tools/tips to ease the debugging (assuming you have the iOS simulator).
Debuging on mobile safari can be done either :
with weinre and get the features of the web concole,
or by enabling remote debugging in Mobile Safari itself, see here
Yea, same problem here with iOS 7. It must send the DOM structure over before running any javascript. Kinda pointless...
Since the problem is with mobile safari and since it supports popstate event, you can use this event to detect when the user is back in combination with $location.path(), for example:
$(window).bind("popstate", function () {
alert(location.pathname + $location.path());
});

Obtaining MS Ribbon UI - Office UI Licensing Site - Page Cannot Be Found?

Can anyone actually download the RibbonControlsLibrary from the MS Office UI Fluent Site? (http://msdn.microsoft.com/en-us/office/aa973809.aspx)
I fill in the form, sign it, enter a name of my application (test) and it then redirects to a page saying "Page Cannot Be Found" from the following URL http://microsoftio.partnersalesresources.com/officeUI/license/ .
I can't seem to get the Ribbon UI from MS!
Anyone know what might be going on here?
Thanks
Here's a download link I found, check it out:
http://daisy-trac.cvsdude.com/tobi/export/129/trunk/tobiapp/ExternalLibs/RibbonControlsLibrary.dll
Download at your own risk
[Update]
According to Tometzky who checked the Digital Signature, the file is safe to download and use.
There is a "site feedback" link in Office UI Licensing page. I'd recommend using it.
Looks like they are aware and working on it.
Quoted from http://wpf.codeplex.com/wiki/comments/view?title=Home
I spoke to the Office Licensing team
about this and this is what they had
to say: "Yes, unfortunately our web
site hosting group has reorganized
some of the sites and pages on the
backend and unfortunately our ribbon
UI licensing pages got disconnected.
They are working to remedy the
situation and we hope to have the
pages back up very soon." I will post
back here as soon as I hear that the
page is back up. I apologize for the
delay.
yesterday by SamanthaMSFT
I've got it from http://docs.fairwaydev.com/misc/wpftoolkit/
. It appears to be the official one as well, since the site is down.

Resources