Click here to Skip to main content
15,887,676 members
Everything / iPad

iPad

iPad

Great Reads

by Vince Chan
Pwnage Checker is an iOS app that allows users to check whether an account has been compromised in a known data breach
by Vince Chan
How to display activity indicator with overlay
by David Lashkhi
Working with UIPopoverPresentationController
by David Rousset
Create a Cross-browser Touch-based Joystick with Hand.js

Latest Articles

by Vince Chan
Pwnage Checker is an iOS app that allows users to check whether an account has been compromised in a known data breach
by Vince Chan
How to display activity indicator with overlay
by David Lashkhi
Working with UIPopoverPresentationController
by Rey Bango
This article is part of the web dev tech series from Microsoft intended to share Project Spartan and its new rendering engine.

All Articles

Sort by Updated

iPad 

7 Mar 2012 by #realJSOP
I don't think an app can be installed without it being made available via the appropriate app store. I could be wrong, but that's what I remember hearing.
19 Nov 2013 by Abhinav S
Try this video - http://www.youtube.com/watch?v=zS3gQ4pnmBs[^].Here is another link[^].
28 Apr 2014 by Abhinav S
Couple of links to help you -http://code.tutsplus.com/tutorials/ios-sdk-working-with-uialertview-and-uialertviewdelegate--mobile-3159[^]https://developer.apple.com/library/ios/documentation/uikit/reference/UIAlertView_Class/UIAlertView/UIAlertView.html[^]
18 Dec 2015 by abhishek.singh.valeteck
Hi,Can somebody please let me know the list of Label color printers are supported by Airprint ?I tried a few listed here https://support.apple.com/en-us/HT201311[^] but didn't found a color label printer which prints a label of minimum width of 4 inches.Thanks,Abhishek.
22 Aug 2012 by adnan9833
I need to implement a drag drop and swap functionality in the portlet and their arrangement will be somewhat as shown in the figure.1 23 4This is a web application which will be run on iDevices as well. I tried doing it with a plugin called redplugin...
12 Aug 2019 by Alex Reynaud
I am creating a signature form that needs to convert an HTML5 canvas to a .png file, then move that file to a directory where its information can be copied into a SQL table. While the canvas works perfectly well and is capable of sending images to the server on a desktop PC, it is having...
12 Aug 2019 by Alex Reynaud
The issue is actually not a JavaScript error, but a C# error. Here is what UploadImage() should be doing: public static void UploadImage(string imageData) { var impersonator = new ImpersonationHelper("", "", ""); impersonator.StartImpersonating(); string...
12 Jul 2014 by anbujeremiah
html5 page in a website(developed using visual studio , also website contains aspx page ) scroll issue in ipadhere only htm file has scroll issue whereas other aspx page scroll smoothly in ipad.scroll in htm page struck for some time and then works.. suddenly struck again and then works fine.
23 Mar 2013 by André Kraak
You could try using the HTML5 audio[^] tag with a fallback option for browser that do not support it.Here are some resources that explain the fallback option:Using HTML5 audio and video[^]Learn HTML5 in 5 Minutes![^]Working with Media in HTML5[^]
4 Apr 2012 by Aniruddha Loya
I'm making a mobile game using HTML5. There is a background music that runs during the gameplay and should ideally stop once I navigate to another page... The logic works properly on older iPhones and android.However, on iPhone 4 and iPads the music doesn't stop and continues to play (even...
28 Jun 2012 by Aqueel
How many columns you need to show in portrait view? Did you try setting Autorisizing mask on your UITableView? Create a UITableView in your UIView class and set appropriate autorisizing mask on it. I hope that will help.
23 Jul 2012 by AshishSaxena19
Hi,I am working on a project to make an existing website browser independent. The site is written in JavaScript and HTML pages. It is running fine in IE and we need to make it working for Safari 5.0 (ipad) and Chrome 14.0 (Android 4.0).I have used ipadian simulator for Safari testing of...
28 Sep 2012 by AshishSaxena19
There are two major issues with iPadian testing:-1. Pop-Ups opened by using the ShowModalDialog() method to open a new html page as pop-up window does not work in ipadian (because of non-supportive feature ShowModalDialog() in safari browser toolkit).2. If inline JavaScript on HTML page...
10 Apr 2013 by Avinash6474
Hi All,I have an iPhone application , which is working fine on iPhone device.recently i got an iPad , but I am not able to execute application on iPAD!!! --> I have registered the device to apple development center --> I am not able to add the provisioning certificate for the iPad...
23 Jun 2014 by Bernhard Hiller
No "perfect" answer possible.The users might select the language / regional settings from a menu, then you could store that in a cookie and apply when they visit again. Of course, that won't work with the first visit.Also users might configure their browsers with other languages being...
20 Jan 2013 by Bernhard Häussermann
An Objective-C class that sub-classes UIViewController to enable easily implementing split views in iPad applications.
3 Jun 2014 by Bhushan Patki
Hope these will help you Check it out
24 Jan 2018 by Bracefor
When I try to set the background color of the Master (of the MasterDetailPage) to transparent, it stays white. Basically what I would want to see, is that the color from the detail page is shown through the Master. FOR EXAMPLE (If the above were true, then the background color of this...
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...
16 Feb 2012 by DannyStaten
I have been working on updates to an existing web application to make it play nicely with the ipad. For the most part, it has amounted to a few tweaks and UI redesigns to work with the different input etc.However, there are a few screens in particular that utilize a less than ideal bit of...
15 Nov 2015 by David Lashkhi
Working with UIPopoverPresentationController
17 May 2013 by David Rousset
Create a Cross-browser Touch-based Joystick with Hand.js
24 Apr 2015 by debasish mishra
Please check below URLhttp://stackoverflow.com/questions/19339792/why-the-input-box-is-showing-so-different-on-ipad-but-not-on-chrome[^]
3 Jun 2014 by dps2305
Hi all,Iam working on a website and Im trying to view the same website using my apple ipad using google chrome.But in Ipad there is an option Request Desktop site if i enable it all is doing well.But Iam not enable it,some events are not firing example asp.net calendar events.My question is...
13 Apr 2012 by El_Codero
Hi,if you want to follow your first way with "printto" Verb in process the only way to cancel printing is to Kill() your process.For second way do you had a view into your saved file and it's right encoded?It seems you're using the doc_PrintPage method from msdn example, I would put...
7 Mar 2012 by G Kwong
Hi, I am doing researching regarding the internal (organization) mobile app. This app will not made availabe for App stores such as Apple apps store, nor andriod market place. Can an app (either IPAD, or Andriod) be installed without "app store"?thanks anyone who can help.
3 Aug 2019 by Gerry Schmitz
Quote: Whether you actively use it or not, every iOS app you develop has its own unique sandboxed file system comprised of a set of directories, most notably the “Documents” directory. Detailed discussion of the iOS file system’s structure and how you perform tasks like reading, writing,...
14 May 2017 by habed
I have a tableview that has different sections. Upon loading the view I hide the section and create a overlay button over the section which upon clicking it it displays a alert box asking for admin password PROBLEM: Now, I am trying to show the section that was initially hidden once the user...
20 May 2013 by hamsterSoup
Hey,This question relates to using touch methods in a UIScrollView. I am aware of numerous ways to interact with standard UIViews (touchesBegan, touchesMoved, etc), however, these do not work in a UIScrollView.I have tried several methods to get around this but am getting no...
11 Aug 2013 by hpham
Hello,I'm developing a Point of Sales (POS) app on the iPad and iPhone. The app builds with local SQLite database. The app mainly operates in a single store (close loop) environment with local network router. But in this environment I need to be able to run several iPad(s) connecting...
16 Sep 2013 by hsakarp
Hi, I am testing my website in ipad. The buttons in my webpage are not taking my custom style ,it is taking its default button style.Because of that my text allignment inside the button is also missing.is it the default behaviour of IPad(rendering the buttons and textboxes as per the IOS...
16 Sep 2013 by hsakarp
Thanks Tadit Dash.I am sorry if i have confused you. My problem is like by default all the buttons and textboxes are rendered in IOS Style. Say currently my buttons are in Clean Rectangele with dark blue in it.when i render that page in IPad i am getting button with curved edge just like other...
1 Oct 2013 by IPI Paul
Use this script to create Bookmarks that enable quick Login to your favourite sites.
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...
22 Aug 2012 by jschell
1 - google with the following seems to provide plenty of info"C#" programming on ipad2 - Huh? IDE is a graphical interactive development environment. For most people that is the only way they program in C#. If you are referring to using it for iPad programming then it is probably...
30 Sep 2014 by KarstenK
How to start up with OpenGL on iOS.
12 Nov 2014 by KarstenK
Some way to sort in a table.
6 Jan 2015 by KarstenK
You shouldnt do that. The dimension is a design component in the Apple eco-system.Consider learning at first iOS from the scratch. An outstanding tutorial for SplitViews is from the great Ray Wenderlich.
6 Jan 2015 by KarstenK
you need a GridTableViewCell with has UITableViewCell as parent class. If you are a newbee you should read the Table View Programming Guide for iOS from Apple and work on simple sample code instead of fighting with the BeeFramework and SQLite.
21 Jul 2015 by KarstenK
You can use a fully equiped NSMutableURLRequest. But be aware: it must be in one request. Here is some good looking sample code for SOAP.Tip: use the modern NSURLSession-API. A nice tutorial from the great Ray Wenderlich.
25 Mar 2014 by Kornfeld Eliyahu Peter
Start reading here: http://my.safaribooksonline.com/book/programming/ipad/9780470641651/web-services/consuming_a_web_service_in_your_ipad_app[^]
25 Mar 2014 by Krunal Rohit
I'd say implementation of WCF might solve your problemFollow this tutorial,Generic WCF RestFul Service for an iPad Application[^]http://www.kotancode.com/2011/04/26/backing-your-ios-app-with-wcf-json-web-services/[^]-KR
11 Jan 2013 by LEADTOOLS Support
iOS OCR and Barcode with LEADTOOLS 18.
10 Apr 2017 by Majid99
The code work good when I was using Xcode 7.3 with iOS 9 but when I migrated to Xcode 8 using swift 3 ,the code below show me that runtime error.still finding a solution for itclass TableViewController: UITableViewController,NSFetchedResultsControllerDelegate,UISearchResultsUpdating...
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...
14 Jan 2013 by Mehul_Harry
How to create iPad Web Apps using DevExpress ASP.NET
21 Jan 2014 by Member 10066562
i am working in iPad application automation. Now i am facing a problem that how can i check that my application is running that is automate in iOS Simulator(iPad/iOS 6.1) using bash script. My OS is Mac OS X (Version: 10.7.5). Please help.
16 Jan 2014 by Member 10525909
i need the update the os from 6 to 7 in my friend iphone..am using the ios7 now..help me , want to know the answer..
28 Apr 2014 by Member 10525909
Need to set the alert view at next of picker.sourceType = UIImagePickerControllerSourceTypeCamera. should set the if condition , whether the camera is not occurring ios simulator.-(IBAction) getPhotoAction:(id) sender { UIImagePickerController * picker = [[UIImagePickerController alloc]...
5 Apr 2016 by Member 11344608
Hi bro,I embedded a web page on my html iframe. my web page working fine with responsive. But after embedded to iframe. It's break up on ios. Just ios. It's working very good on android and desktop. Could you please help me to solve this strange problem? Thank you so much for your...
21 Jul 2015 by Member 11850830
Hi Friends How to parse this api with parameter in SOAP method. Can you please any one given idea. Wsdl : http://82.178.20.92:8080.178.20.92:8080/CRM2/services/SearchBusiness.ws?wsdlfunction : getSearchBusinessParameters : array( 'businessCode' => '{"businessCode":[ Business...
12 Apr 2017 by Member 13124707
I have a classic ASP page hosted at GoDaddy that performs the following: Executes a stored procedure from SQL Server SET rsMemberDownload= conn.execute("EXEC [dbo].[sp_current_memb_excel_export]") Then I create a HTML table that loops through the data and displays the information: ...
8 Dec 2013 by Member 2204906
Imran Parvez Manager (IT) Bhopal
8 Oct 2013 by Member 8412410
Hai I am new to ios I check the internet for 3des sample cod but none of the workif any one had know share it
29 Dec 2014 by Member 8840306
I am pretty new in objective c.I want to display Multiple columns Table on storyboard .I got code for Multiple columns Table from this link that is using bee framework to display data.I want to integrate it with my storyboard project.I have placed all code file of Multiple Column Table into my...
12 Jun 2012 by Member 9091669
JSON data is something like that..{"order_list_1":[{"name":"@SEVEN (7) OCLOCK BLADE PLATINUM","qty":1,"mrp":1.0},{"name":"ACT 2 POPCORN BUTTER PEPPER","qty":2,"mrp":2.0},{"name":"ACT 2 POPCORN CHILLY SURPRISE","qty":3,"mrp":3.0},{"name":"@MAGGI SOUP HOT N SOUR(1...
20 Jun 2012 by Member 9091669
i am having an iPad app that should show same no of colomns in landscape mode as well in portrait mode..plz give a way to me how to do this..
23 Mar 2013 by Motley Drew
I am developing a site that streams MP3 files. I just checked my iPad and my Android phone, and the player does not work on those mobile devices. The reason I am staying away from Flash is because MAC doesn't support Flash, and we want our users to be able to stream from the browsers in their...
21 May 2014 by MSSiddique
Get an Apple's OS and XCode software to get a quick start in developing for iPhone.
11 May 2012 by ndh213
dear,I have a webdav folder, something like thishttp://mycompany.com/webdav/folder/file.docand I want when user click on that link on IPad (from browser, or email client), the link somehow will be sent to webdav client to handle.It will make users more convenient.How could I...
27 Nov 2013 by NeithWZ
Is there a C# library somewhere to read the gyroscope and/or accelerometer from an iPhone or iPad connected to a Windows7 PC via bluetooth? I mean, is this sort of thing even possible?I've looked at things like MobileDevice.dll, Manzana, and SharePodLib, but at the least those seem to get...
11 Oct 2015 by ngthtra
Hi All,I have a issue about input English character on iPad.I am working Japanese iPad, so when I input value on textBox Japanese keyboard will be displayed. But I want to when I focus to textBox, the English keyboard will be always displayed to me can input English character.Please...
22 Aug 2012 by pablo ramos1
Hi,Hope you all having a good time.1> I'm C# programmer and i'm to day interesting for ipad and iphone applications, i had heard that i can develope applications in C# for mobile.for that i need some explaining and basic tutorials.2> What's the IDE used for?3> I want to learn it...
13 Apr 2012 by Pavan_N
Hi All,Looks like a simple thing for me initially. After diving in to this from few days am feeling the heat.I have a xml+xsl=html string which needs to printed on server side. Am saving HTML string in to a file.Now am facing a lot of problems with printing.if am printing with...
13 Jun 2016 by Peter Leow
Upon expiry, you are no longer a member of the Apple Developer Program and any apps you had on the App Store or Mac App Store are no longer available. But they are still there and you can reinstate them on renewal.Read this[^]:Quote:If your membership has already expired when you renew, your...
24 Apr 2015 by priyadarshini tv
Hi,I have an issue like am using css:border property to highlight the border of textboxes.It is working fine in desktop and all browsers.But it is not working in ipad.That border color is not at all showing in ipad.Is css:border property is not supported by ipad's??any help will be...
11 Feb 2013 by Rahul R Rana
I want to Draw a symbol and add text in UIImageView. when move it should move together. When it would get opened next time, it should be editable. pls needful for me
15 May 2015 by Rey Bango
This article is part of the web dev tech series from Microsoft intended to share Project Spartan and its new rendering engine.
22 Aug 2012 by ridoy
http://blong.com/Articles/CSharpMonoTouch/MonoTouch.htm[^]
7 Jan 2012 by RobCroll
Stop app crashing with "-[MyClass controllerWillChangeContent:]: message sent to deallocated instance"?
7 Jan 2012 by RobCroll
Get your View displaying properly in Landscape on iPhone and iPad
16 May 2012 by sagar15modi
I have developed web application for restaurant. Its Front office is developed for iPad and back office maintain .net web application . SQL Server 2008 is used as database.I want to make offline application for Front office which can be used when unable to connect network / DB Server using...
25 Mar 2014 by sana8
Hi,I want to develop an ipad app.My app needs data from web or my SQL(any example) . I want to use JSON.How to create json, json service url request/response and how to use it for my app.Thanks!
9 Mar 2012 by schamas
This is freelance jobHi all,we are a group of indesign users from Turkey, We would like to develop digital publishing magazine in IPAD, but we have a several problems, because Indesign DPS is so expensive,we need an application for IOS SDK which,newsstand application,can receive...
13 Jun 2016 by Skirtek
I want to buy Apple Developer Account for 1 year but I want to know that if I dont renew my Developer Account after one year that my apps will be deleted from App Store?What I have tried:I tried to call to support but they only suspect that apps are deleted.
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.