Click here to Skip to main content
15,884,298 members
Everything / Safari

Safari

safari

Great Reads

by Dave Ceddia
Frameworks like Vue have the notion of “computed properties” – a way to derive some new, possibly complex data based on something passed in. This post covers how to achieve the same result in React.
by Tejas Vaishnav
ASP.NET menu control not shown properly in Chrome and Safari
by Tadit Dash (ତଡିତ୍ କୁମାର ଦାଶ)
How to select all text in a textbox on focus
by Vadyseri
A Story of One Video Streaming Project

Latest Articles

by Dave Ceddia
Frameworks like Vue have the notion of “computed properties” – a way to derive some new, possibly complex data based on something passed in. This post covers how to achieve the same result in React.
by Vadyseri
A Story of One Video Streaming Project
by Tadit Dash (ତଡିତ୍ କୁମାର ଦାଶ)
How to select all text in a textbox on focus
by Tejas Vaishnav
ASP.NET menu control not shown properly in Chrome and Safari

All Articles

Sort by Score

Safari 

29 May 2011 by Kim Togo
For the iOS part, you can use MonoTouch and MonoDevelop IDE.Check out http://mono-project.com/Main_Page[^]
29 May 2011 by dasblinkenlight
You can develop for Mac using Java (for sure) and C# (mono), but to program for iOS it's best to learn Objective C. Solutions that cross-compile your code for use with iOS from other languages are available, but in my experience the learning curve of getting into Objective C is not steep enough...
29 May 2011 by #realJSOP
http://develop...
12 Feb 2015 by Raje_
I am working on a project where I need to show preview of image before croping.i am using jquery.Jcrop.js v0.9.12 plugin and it works great in all the browsers. but in Safari preview image does not display. I found that in lower version of Safari FileReader is not supported. i have safari 5.1.7....
27 May 2012 by Manjeet patel
have facing problem while showing pdf on ipad in safari browser. 1. Object tag pdf scroll bar not coming 2. I giving 100% width to object tag but still its not coming full width.both of working find if i see that on windows Firefox browser.Please see below image for ref.Firefox...
9 May 2016 by S.Krishnamoorthi
In my web application i have an option to export "jqxgrid" data to ".CSV" format.It is working as expected in Chrome & Firefox browsers. But, if, I tried the export option in 'Safari' browser it is opening it is in another tab, instead of download it as a separate file.Is it possible to...
14 Aug 2018 by Dave Ceddia
Frameworks like Vue have the notion of “computed properties” – a way to derive some new, possibly complex data based on something passed in. This post covers how to achieve the same result in React.
26 Jul 2020 by Sandeep Mewara
Try: Option 1: function numberWithCommas(x) { return x.toString().replace(/\B(?=(\d{3})+(?!\d))/g, ","); } Option 2: Use Number.prototype.toLocaleString[^]. It was implemented in JavaScript 1.5 (introduced way early in 1999) so should be...
22 Sep 2011 by Mario Luis
Hi All,I have a problem where an enterprise web user utilizes a ipad ( safari browser ) to connect to our intranet and browse pages. The page is a simple collection of cascading dropdowns which populate a list which then populates a small section of the page with data and a image.My...
11 Oct 2011 by bbirajdar
Hello ExpertsI am facing a javascript issue in Safari on Mac. I have a server side redirection logic from where I am injecting a page redirect script using window.parent.location='MyPage02.aspx';This works fine in all browsers but not in Safari on Mac. Here is my code in C# for a...
9 Nov 2011 by Jamal Seyedi
try this :window.parent.location.href = 'MyPage02.aspx';or :window.parent.window.navigate('MyPage02.aspx');
11 Nov 2011 by DannyStaten
I am working on tweaking an existing web application to be more ipad friendly. It uses the jquery date picker, which works great until you get on an ipad. In the ipad environment, it intermittently works, but is always awkward because the keyboard covers the calendar widget.I simply...
12 Jan 2012 by DannyStaten
I recently posted a question about formatting date inputs for IOS 5 safari. It works out so long as the date input is formatted YYYY-MM-DD. So february 22 2012 needs to be 2012-02-22 to work on an ipad. I simply overrode the jquery datepicker function to detect if it was an ipad, transform...
10 Feb 2012 by Aniruddha Loya
I'm making a game using javascript + canvas. I use the code below to ensurevar imgLoaded = 0;var imgToLoad = multiImgs;var onImgLoad = function(){ imgLoaded++; if(imgLoaded == imgToLoad) { ctx.drawImage() }}for(var i = 0; i
12 Feb 2012 by Aniruddha Loya
I found the answerActually it was a coding error on my part -instead ofimages[i].onload = onImgLoad();it should beimages[i].onload = onImgLoad;
21 Mar 2012 by Abhinav S
No direct link. But these two should help you get started with development - Introduction to Android development : TouchCalculator[^]http://andytsui.wordpress.com/2011/02/21/tutorial-build-a-simple-android-calculator-with-mvvm-android-binding/[^]
18 Jun 2012 by vivekx2
Dear All In safari browser my website makes error because it holds more data in one page,but it good in other browser. What will be the problem... Give any solution
19 Jun 2012 by vivekx2
Dear All, I have website that make problem in safari browser.....This is my site:http://www.eat-buddy.comOpen this url in SAFARI browser...1.In this select "Search by Address"...2.Enter City as "Chennai" and Area as "Anna Nagar" and then click Search. Then it redirects to...
22 Aug 2012 by Rangaraman
I created a Dial-Up connection with my embedded device and a ppp connection is established between my device and the computer. When my device is connected with my laptop my internet connection is not working, to make this work I unchecked "Use default gateway on remote network" option in...
4 Jun 2013 by Siddharth Koya
i am developing a C# web browser where i want to my address bar to also work as progress bar in the background...in the safari web browser we can observe that progress bar works behind the address bar....can someone help me with this issue
22 Aug 2013 by Mr.Vegas
I have a slight problem in the Safari browser when it comes to a tabbed menu I have created. Upon loading it seems o float the initial table on to the right side of my tabs. The only time it doesn't have the problem is on the newest mac os, with the latest browser.I have made a test page...
14 Sep 2013 by anjankant
Hi Everybody, Can anybody help I am using asp.net 4.0 & using crystal reports but when I am using print button in Safari not able to print, page sending request to server but print option not appearing. Print option is working fine in FF, ID, chrome but have problem in Safari. Can...
25 Sep 2013 by Sachin Mortale
Hi,I am using following code for downloading file and after downloading file its opens my site page, but its working only in Firefox browser.Its not working in other browsers.Response.AddHeader("Refresh", "3; url=http://www.mysite.com/");Response.ContentType =...
25 Sep 2013 by Stephen Hewison
I think your problem is that the browsers dont support the refresh response header for application/octet-stream responses.I found the best solution if you need a page load after a download is to put the download into a hidden iframe.
25 Sep 2013 by Tadit Dash (ତଡିତ୍ କୁମାର ଦାଶ)
Follow my previous answer on same type of question.how to call Response.Redirect after Response.TransmitFile[^]As the second method is browser dependent, so better go for the first approach, which is implemented in many modern websites these days.
3 Nov 2013 by Member 10377360
My site has a stop-scrolling parallax effect. The code I use to stop the scrolling is:if ( parseInt($("div#bg").css("top"), 10)
20 Mar 2014 by ravikhoda
i am usign dragable and dropable jquery UI plugin on one of my project it works fine on windows machine but not working on the safari for Mac os. https://jqueryui.com/droppable/#photo-manager[^]this is the demo which i have used. does any one have any idea about this ?
8 Apr 2014 by dada2010
Hello,I've googling for 5 hours now and i become mad... if anyone have a idea it should be great.I'm using page method in my asp c# pages like this : [WebMethod] [System.Web.Script.Services.ScriptMethod] public static string GetUrl(string idSession) ...
29 Apr 2014 by ahp-1984
Hi team, Ajax Timeout is not working FOr safari. i have set ajax time out as 15000 but it gave me error. Time out is not Working for Safari.However it Working For Chrome,IE,FF only Issue With Safari. Its Hanging. I am looking for the Code where Ajax Call With Async: False with...
17 May 2014 by Member 10047823
Hi,I am using AngularJS and Bootstrap in my application and making an AJAX call(get and post methods) to service for data using Factory(AngularJS).I am having a weird problem with Safari Browser. It is throwing AJAX failed error sometimes and working normally sometimes. But I have no...
12 Feb 2015 by Kornfeld Eliyahu Peter
Safari 5.x does not support FileReader. It is supported form version 7.1 only...
12 Feb 2015 by deepankarbhatnagar
see this code below, hope this will help:http://community.sitepoint.com/t/filereader-doesnt-work-on-safari/28935[^]
17 Mar 2015 by calincoosmin
I tried to use "navigator.geolocation.getCurrentPosition()" in my ASP MVC site but it doesn't work on Safari. It's working perfectly on IE, Chrome, Opera or Mozilla. This is what I tried: $(document).ready(function () { ...
27 Apr 2015 by Dipti Mamidala
Hello,I have a requirement to display current location on google map.I am using below code to display current location which is working fine in other browser except safari.Here is my code
17 Sep 2015 by loctrice
It turns out Safari does range requests for media. IIS itself can handle this, but we are using mvc routing - and we didn't provide any handling for this. The solution is to build an action result that handles range request. We're pulling a solution based on this[^]
23 Nov 2015 by Jack_1991
Hello friends, I have reporting service in my application. I need to export these reports in PDF format and display it in html iFrame tag. I have created code for this, and its working fine in all windows desktop and also in Mac system. But it's not working in iPad browsers, as it's...
24 Nov 2015 by Sreejesh T J Nair
There is a tricky way to do this. please save your generated pdf file into project directory programmatically and you can easily create the URL of pdf file. Now assign this path to IFrame.
18 Apr 2016 by chetanamre87
Hi Experts, We are exposing our SSRS reports through the reportViewer page present in the default BIDS installation. All the features in the report work fine in IE. But when reports are opened on other browsers like chrome, firefox, safari some features like 'Print' button, Datepicker seems...
16 Jun 2016 by Manikandan05
Hi, if there is any options exists for detect the device is touch simulated or not in a safari browser. I have tried with many solution exists in online,but i get the positive result in all browsers except this safari only.can you suggest any solution available?What I have...
29 Nov 2016 by OriginalGriff
We do not condone, support, or assist in the production of malicious code in any way, form, or manner. This is a professional site for professional developers.And trying to bypass legitimate security mechanisms is a malicious activity. If you want to know how to create such things, you...
12 Mar 2017 by surajemo
CORS request not working in Windows Safari I am making a CORS request to upload a file i am using Plupload plugin to upload a file . This works fine in chrome, however when I run in safari I get an ' Origin http://localhost is not allowed by Access-Control-Allow-Origin.'. I have set the CORS on...
23 Dec 2017 by rezafaridi
the problem is ,I used the to write it with while but i couldn't What I have tried: #include #include #include int main() { int a,b,c; printf("enter the first number\n"); scanf("%d",&a); printf("enter the second number\n"); scanf("%d",&b);...
23 Dec 2017 by Patrice T
See what you do with a after reading from user. Your code is non sense, you should learn to use debugger, as soon as possible, to see what it does. There is a tool that allow you to see what your code is doing, its name is debugger. It is also a great learning tool because it show you reality...
16 Nov 2018 by Member 10700524
I have created single select button group using radio button with label tag using css display: table and table-cell for text content exceed or overflow in each button. It's working fine all browsers (Chrome, Firefox & IE) expect Safari browser. I am getting space between each button. I have...
16 Nov 2018 by Member 12656556
.selection-group .single-select { /* display: table; */ /* font-size: 0; */ display: inline-block; width: 100%; } .selection-group input + label { display: inline-block; float: left; }
22 Jul 2019 by Jamie888
Hi, I have a $.ajax function where i have a direct api call to database to retrieve data. While i have tested all functions are working well and data returned are correct, these are not working after i have deployed them onto server and browse my web app using iOS Safari. The static interface is...
22 Jul 2019 by Sagar-Jaybhay
You need to enable CORS and make changes in web.config
27 Dec 2019 by Soumen Halder
I am calling cross domain from an iFrame, passing username and password from iFrame to cross domain. in cross domain aspx page i got username and password and can set/get session value. Now when I am calling a .ASHX handler from the aspx page, Session values are not being retrieved from handler....
27 Dec 2019 by MadMyche
So it looks like iOS Safari is not liking the code that seems to work everywhere else. The best way to find out what it doesn't like then would be to use whatever version of "developer tools" the browser has to see if a script is not being loaded or a component of the iFrame, or something...
26 Jul 2020 by GinCanhViet
I am trying to print an decimal in JavaScript with commas as thousands separators. function numberWithCommas(number) { return number.toString().replace(/\B(?
27 Oct 2020 by Member 13784265
I'm constantly getting this error in safari but google chrome doesn't show any such error. As far as I know my syntax is correct. Any lead what possible I am doing wrong ? i have mentioned the error like code with the error in the code below ...
27 Oct 2020 by Richard Deeming
Quote: data: {answered_array} According to MDN, shorthand property names work in Safari 9 or later. Version 9 was released in September 2015. If you're running an older version on Mac or iOS, then you are dangerously out of date. NB: The...
26 Jul 2012 by Tejas Vaishnav
ASP.NET menu control not shown properly in Chrome and Safari
2 Sep 2015 by Tadit Dash (ତଡିତ୍ କୁମାର ଦାଶ)
How to select all text in a textbox on focus
2 Aug 2016 by Vadyseri
A Story of One Video Streaming Project
29 May 2011 by Mohammed Ahmed Gouda
which tools do i have to use?i want to develop applications on ios , mac and safari resources to use can i develop using c# and java or not?
30 Nov 2011 by Member 7702247
I had the same problem (1.) with iPhone. I managed to get it working using .Make sure you have the MM and dd parts padded. 2011-2-9 will not work. 2011-02-09 will work from what I see. That is what I was missing.
4 Oct 2013 by thatraja
No luck[^] :( But try the new service pack if they solved this issue(check that link for more details)
12 Nov 2013 by b-k-w
I'm trying to disable the jquery UI timepicker for iOSUsing modernizr to detect if the feature is already supported... and then only use timepickers on browsers that aren't HTML5-ishif (!Modernizr.inputtypes.date) { $("input[type=date]").datepicker();}
21 Feb 2013 by Mohan1984
The below coding works well in IE. I also need to work this code in safari.function Transmit_SOAP(){if(window.ActiveXObject){//For IE Browsers. This coding works well in IE browsersvar...
22 Feb 2013 by CShubham
void compatibility() { if (Request.UserAgent.IndexOf("AppleWebKit") > 0) { Request.Browser.Adapters.Clear(); } }paste this code on page load event
19 Nov 2014 by anbujeremiah
Telerik 2009 version is used in asp.net application, here in Rad grid , Edit Pop up is not working in Ipad/mac machine(chrome/safari), but Telerik 2013 version works fine, also i require code like below for chrome/safari ...
21 Mar 2012 by uuuuuppppp
how to make an android area calculator
18 May 2014 by Member 10047823
var promise = $http({ method: 'POST', url: getModifiedURL(userInfo.URL + '/FilterDataService.svc/SubmitRequest'), data: { inputFilters: JSON.stringify(param) }, headers: { 'Content-Type': 'application/json; charset=UTF-8' } ...
17 Sep 2015 by loctrice
I'm using IIS to serve mp4 videos. I get a 404 on mac/safari. It works in chrome and firefox on the same macs. The MIME is video/mp4 .I've ran tests locally to rule out the video encoding, and the videojs. I've taken the request path directly as well, skipping the html and js, with the same...
8 Nov 2017 by Samira Radwan
Hello!! I have a javascript function to show/hide a [runat="server"] div it works in all browsers but Safari javascript function: function Show_Hide_Display() { var div1 = document.getElementById(''); if...
16 Nov 2018 by Member 10700524
It's working partially, but when you add more text, the text not wrapping properly. Please check below links: Fiddle1: Edit fiddle - JSFiddle[^] Fiddle2: Edit fiddle - JSFiddle[^] Those things are working properly in all browsers except Safari.