Page doesn't load properly on webbrowser vb.net - windows

i'm creating an application using vb.net to collect reviews from AliExpress. The thing is, when I load this page in the webbrowser, it loads all buttons and pictures, but buttons do not work, nothing works.
https://feedback.aliexpress.com/display/productEvaluation.htm?productId=32804434631&ownerMemberId=206096294&companyId=218486349&memberType=seller&startValidDate=&i18n=true
I already tried enable/disable javascript from IE, but it didn't work.
Something interesting, if i open this link from Chrome, everything works fine, but if I open the link from IE or from my app (webbrowser), loads everything but its not functional.
I'm pretty sure is some configuration with the IE but I haven't found anything yet in my research.
Any clue what's going on here?
I'd really appreciate your help.

Related

Page suddenly scrolls back to top

So I have successfully built this business website, integrated payment gateways and I have things working just as I need them to but there's a little albeit annoying problem, when scrolling down the webpage on a mobile device, the page suddenly scrolls back up. I thought this was a problem without my chrome browser so I used other browsers still the issue persists. I currently don't know how to fix this irksome issue. Here's a link to the webpage. Sorry to bother you with my problem.
I already fixed it, it was a problem from setting the HTML style behavior to smooth. Thank you all for your intended help!

Firefox won't display an image unless the web inspector is open

Firefox sometimes hasn't been displaying my website's logo image. There's nothing in the code I can find that would make this happen. From what I can tell, the image displays fine in WebKit, and displays fine when the FF web inspector is open, and displays fine after a hard reload (Ctrl+R), but sometimes won't appear after a soft reload. When I right-click on the image, or open the web inspector, the image suddenly appears, as if it had been there the whole time. What could be causing this?
i think it can be something about page resizing.
When you open the webkit your website browser window change dimension, and you see the logo.
maybe this two things are connected.
try to resize the browser window without opening the webkit.
hope this works to catch the problem.
I tried disabling all the Firefox plugins, thinking it was some extension that was causing this, but no luck. I finally got it to work as expected by completely resetting Firefox using this guide.

Shadowbox not working in Firefox

I have a strange problem.
I have integrated shadowbox plugin into my drupal web and it works with Opera, Chrome and IE9, but it doesn't work with Firefox 14.
I've noticed that in Firefox rel="shadowbox" attribute is not added to the link of an image, so that should be the reason.
How could I solve this?
The whole idea of Shadowbox is (usually) that you if add the rel="shadowbox" to a link, it will show the Shadowbox. Are you really sure that the attribute is not added in Firefox? Because if that is the cause, you're probably doing something extremely weird at the server side.
Are you trying to add the attribute using some client side code? Because then maybe that code gets execute after Shadowbox registers its event bindings. You might consider changing that code to really add shadowbox to the link, instead of just setting the attribute. Shadowbox provides a fairly decent API to do exactly that.

IE8 Web Font Bug

I've got this weird problem happening with a site I'm currently working on. When you load the page, everything looks fine. It's only until you hover ANY part of the page that the some of the fonts shift, almost as if the letter-spacing contracts.
It's really hard to explain, but to see what I'm talking about have a look at this page in IE8, and keep an eye on the navigation and page title.
Site Link
The problem started occurring when I added the Selectivizr.js to the site, and when I take Selectivizr js away it works fine.
Any help with this would be hugely appreciated. Thanks in advance!

WebKit shell browser for internal web application

I am creating an in-house web application that I want to run in a WebKit shell browser on the Mac. I searched and came up empty. Basically, I want the site rendered and shown in a window with no chrome for navigating to other pages, bookmarks, etc. Seems to me that there should be a relatively easy way to get something like that up and running in Xcode, but alas I don't know how. The more barebones the better. Anybody know the answer?
Not sure if this is what you're looking for, but you could use a WebView. The content is rendered by Safari/WebKit.
As for chrome, if you just put the view, that's all you'll have. You can shape the rest of the User Interface however you'd like.
Apple's documentation has a couple of examples using WebView... Should this solve your problem.
Did you take a look at the phonegap mac project.
Its a full screen webkit without any chrome in which you can put your html / css / javascript to run:
https://github.com/callback/callback-mac

Resources