Bing map silverlight control content rendering issue when page gets refresh - asp.net

When Bing map control loads for first time on any browser all pushpin on map are visible.
Bing map control renders perfectly.
Then I refresh browser it create rendering issue some custom pushpin on map gets disappeared. This behavior continues with pushpin. Pushpin are (.png) images and I am not using default bing map thumbtacks.
May be it is issue of browser caching content or Bing map control rendering issues on various browsers.
Please respond soon.

Convert .png to xaml then pushpin disapper issues will be solved
Making pushpin silverlight native(.xaml) will solve the problem
Its a browser cache issues that makes .png pin disapper

Related

Customized Website with Image zoom instead of scrolling

I have been searching google and I'm unable to find a website builder that offers such a feature.
So basically what I want is:
Initially on website load a certain zoomed out image is presented to the user and as the user scrolls down (through his mouse/touchpad) certain parts of the image are zoomed in one by one. Instead of the usual scrolling down a page, the scrolling down would instead zoom in on parts of an image, if that makes sense? Is this possible to do somehow?

Can't Unmute YouTube Videos with Revolution Slider on Mobile

I'm using Revolution Slider in WordPress and I'm running into an issue where on mobile devices, I cannot unmute YouTube videos. I have videos in the slider to be muted on load in and to autoplay. I have interaction and controls both allowed. However, when I try to click the unmute button on the screen, it simply pauses/plays the video. I'm not sure if the pause/play button that appears somehow overlaps and the YT controls are underneath or something. It actually doesn't look like the controls generated from YouTube but instead the RS native controls. I tried turning controls and interaction both off but unsurprisingly, this causes absolutely zero action to happen when you click/press on the video, not even pause/play it.
You can view the issue in action at http://www.hagentertainment.com. The slide in issue is slide #2 out of 3.
Being an issue related to mobile and iframes makes it relatively difficult to diagnose with 100% efficacy. I used Browerstack to open a connection on a Galaxy S20 and noticed the issue as you described.
Using the Dev Tools, I was able to get it to allow the mute button to be clicked by changing the &enablejsapi=1 to &enablejsapi=0. You can see in this screenshot below that after doing that, it allowed it to be clicked. You also have a JavaScript parse error showing in the console - that could potentially be preventing a JS API controller (built into Revolution Slider?) from functioning correctly.
So it looks like your options (for the moment) are to fix that JS error and see if it works, or disable the JS API in the url of the videos

Google Maps API - Customising the Appearance of certain controls

We're using the Google Maps API and have noticed that the appearance of some of the controls have changed recently. For example the size of the zoom controls:
and the map type:
appear to have increased in font size. We've also noticed this icon in the bottom right corner above the zoom controls:
and not sure what this is and would like to hide this if possible. Is it possible to reduce the size of the zoom controls and the Map Type text, as well as remove this person icon?
It turns it was an issue with the latest 3.34 release of the Google Maps JavaScript API. I've managed to revert to the previous version for now, e.g. http://maps.google.com/maps/api/js?v=3.33&key=xxxxxxx

Google Font not Rendering properly on Webview in Javafx When Loading Google Form

I want to load a Google form in my application so that user can submit bug report. I am using WebView to load that page. It's loading, but text are not showing. Instead of showing text, it is showing box. But on browser it is showing perfectly. Here is the screenshot of that page.
Google form page screenshot
Here is my code snippet:
final WebView webView = new WebView();
webView.getEngine().load(googleFormURL);
mainLayout.setCenter(webView);
But if I sign in there, it show properly, no font problem. How can I fix it?
Possible workaround: Instead of using the new Google Forms use the old Google Forms.
Note: The old Google Forms theme feature allow to customize several settings like the font to be used for several elements.
From https://support.google.com/docs/answer/6281888?hl=en
Opt out of the new Forms
If you need to, you can go back to the Forms. In the bottom left
corner, click Exit .
You can only opt out of the new Forms on a computer.

asp.net page not fully loading in IE6 from iframe

I have two iframes on a page, one of which displays a simple asp.net page, the other is used to display office documents, normally in the browser using an active x control.
This all works fine unless I 1: run on IE6 SP3 & 2: disable the activeX control and allow the document to be shown natively by the client (i.e in word etc.). When this happens the document is displayed with no issues, however the other iframe is either blank or just displaying the background image.
Using fiddler I can see that all content has come down so the troublesome iframe should render correctly, however when I view its' source all I get is the top part of the content, down as far as
var theForm = document.f
Does anyone have any ideas ???

Resources