It should render like the iOS’ Mobile Safari, because its rendering and javascript engine is used.
Apple doesn’t allow browsers that don’t use Safari for the rending, afaik…
All marketplaces are working fine on my iPad 1.
Great, thanks!
I’m in, too!
My username is dieserjonas
- Jonas
Oelpeace said
HAMBURG here:)!
I’m from Hamburg, too!
Schön zu sehen, das hier so viele Deutsche unterwegs sind.
Win7, IE9 : 83 and 67
Win7, Firefox 8: the 0 does not change but the search bar opens instead with “des” and “DC” entered
+1 This is just fantastic! I cannot wait to have a look at the finished plugin!
I would really like to see an FAQ system integrated into AuthorHQ.
RIP Steve! The world will miss you.
I totally agree! Nice idea!
omarabid said
What makes you certain of that? When you select a file for upload, it like entering a user input. User input can be validated with JavaScript. It’s a little bit tricky, though. I remember an article and a script that exactly does that, and it has AJAX upload (no page refresh). I just can’t remember the page.
Of course you can validate the selected file with javascript and throw an error on unallowed extensions, for example. But, what I was trying to say is, that you cannot tell the browser to let the user select only certain file types in the browsers/os “browse for file” dialog. Also, you have to be aware that validating file extensions via javascript is not safe and can be surpassed. So you have to do a server side validation as well.
