How do I change the favicon of an html bookmark/tile on a Samsung watch 4 - wear-os

I like to save internet bookmarks as tiles on my watch 4. They all show the same generic icon. Is there a way to change these? Like a favicon?

Related

Tab Icon in OSX Safari different from Favicon

Safari seems to use a put a filter or shader on the favicon when displaying said icon in the tab bar.
Screenshot of the Tab
This is not how the Icon was designed and not expected.
Screenshot of the Bookmark Entry
This is how the Icon was designed and is excepted to look.
This is how it looks in the bookmark bar and in the address bar.
I've tried to delete the caches in the ~/Library/Safari/Favicon Cache/ because I guessed it might have been an artefact from he development. But it is not.
I've also had a good look at all the versions of the Icons that the build script generates. But all of then look as expected (in the sense of the color is always the same and does not differ).
The difference is really only in the tab bar. (For example the "Favourites" new Page in Safari also displays the icon in the expected way).
Safari: Version 14.0 (15610.1.28.1.9, 15610)
Maybe your site has a Pinned Tab icon. To check this, look for <link rel="mask-icon" ...> in your <head> section. If you have one and you don't like it, simply remove this line, and maybe the corresponding SVG image, too.

Mobile Chrome ignoring responsive images

Long time browser, first time caller....
I have recently re-written my website to use responsive images (which I am new to), but my s7 chrome seems to always load the "medium" sized image, which is the default src.
I have tried clearing cache and using incognito. It still appears that the medium image is loading, although the only way I'm deducing that is by selecting the image and loading in a new tab and reading the url. I'm not sure if this is accurate.
I've also tried changing the default src to the small image, but the medium is still loading.
However, on FF and Chrome desktop, even with developer tools set to mobile device, it seems to work correctly. Here's the relevant code:
<img
class="vertical"
src="../galleryphotos/doveinsnow_medium.jpg"
sizes=" (max-width: 675px) 271px,
(max-width: 1920px) 620px,
(min-width: 1921px) 1240px,
100vw"
srcset="../galleryphotos/doveinsnow_small.jpg 271w,
../galleryphotos/doveinsnow_medium.jpg 620w,
../galleryphotos/doveinsnow_large.jpg 1240w"
alt="Dove In Snow photograph"/>
Here is a link to the page with the above image, although every page on the site behaves the same way:
http://herschbachphotography.com/gallery_index/doveinsnow.html
What am I missing?
As far as I can see, everything is working well. I checked with Chrome Version 69.0.3497.100 (Official Build) (64-bit) and I can see all 3 versions of your image if I change the viewport from 675px to more than 1920px.
Here are 2 ways you could confirm which image is being shown.
If you place a different marker on each of the 3 images it will be easy to tell which one is being displayed.
Another way is to use Web Inspector (from within your browser, right click on your page then choose 'inspect')
Click the network tab, select img, then reload the page. You'll get full details of all the images on the page.
I hope this helps!

App Inventor 2 - WebViewer detecting changes

I am trying to integrate MobPartner ads in my app, the ads from MobPartner can be displayed from "Pools" which contain several ads which automaticly scroll sideways and are set which an individual click link. The page with the ads looks like this, when I set the URL of the WebViewer in AI2, the ads display and scroll as they should.
The problem I have is detecting a click on one of the ads, this is the best I got to:
If a user would click on one of the ads via the WebViewer it will redirect them to the automatic URL set by the advertiser. I will then use the link and set ActivityStarter to WebViewer1.CurrentUrl and start the website full screen instead of the ad resolution (320x48).
I would like to know if there is a way to detect any clicks within WebViewer so that I can start ActivityStarter faster with the link. If not, is there a way to check the URL of the link clicked in WebViewer before the target website loads. In my opinion the timer (set to 1000 interval) is an inefficient way of checking if an ad is clicked. Anyone able to answer my questions above or provide a way of improving this code? Much appreciated.
PS: The HomeUrl for WebViewer has been pre-defined in the designer as well as the ActivityStarter "Action".
Thank you!
There is no possibility to detect any clicks within the Webviewer. The only thing you can detect is an URL change with the Clock component, and this is what you are already doing.
What you could do is to reduce the timer interval or instead of opening the webpage with the Activity Starter, just stay in the Webviewer and set its height and width to fill parent, which is -2 in the Blocks Editor, and hide all the other components on the screen to be able to view only that webpage in full screen.

Xcode replacing setting and spotlight icons

How do you replace the spotlight and setting icons on my app in xcode? When I install the app on my iPhone it still shows the default Cordova icons. I'm able to replace the launcher icons and splash screens but can't seem to figure out the other 2. Thanks for the help.
Step 1:
Click on the left panel
Step 2:
Click AppIcon
Step 3: Click attributes inspector on the right and check the following :
Step 4: Hurray !! You will see options to add Spotlight and Settings icons on the main window :
If i understood it right, you are talking about buttons inside your app. If its a button, you can change the image as shown in the image below. You question is not very clear so provide more info if you meant something else.
Update: I use this free tool for icons. http://appicontemplate.com/ios7 to make my icons which gives me all sizes i need. I add all files to my project image assets. you can add the file names as shown in the apple document.

Showing Application Icon while sharing Images / messages on social Network

I have a Windows Phone 8 /7 Application . Its basically an Image Editing Suite. What Exactly I want is that I want to share the pic on facebook /twitter but I dont want that Windows Phone Violet icon appearing while the image is shared.
What I want is that my custom Application icon occurs there.
I want something like this ( via XYZ Application(followed by the custom icon) .
how to achieve that?
You need to implement sharing by your self. The built-in sharing does not allow you to share images anyway (just image links)

Resources