background preloader

iPad

Facebook Twitter

iTextEditors - iPhone and iPad text/code editors and writing tools compared. Last updated Friday December 02, 2016 at 01:31pm CST (v186). 1a Easy Writer Standard features: iPad, Dropbox, iCloud, iTunes, Plain text, Email, Print, Open in…, Extra Keyboard row, Web Browser Special Features Quick text selection tools. 5.99USDEasy Writer +Infovole e.K.Average User Rating4View in App StorePlatformiOS (iPad)Version2.1.3Release Date2012-02-06Updated2013-11-21CategoriesProductivityBusinessDevicesiPadWifi, iPad3G, iPad2Wifi, iPad23G, iPadThirdGen, iPadThirdGen4G, iPadFourthGen, iPadFourthGen4G, iPadMini, iPadMini4GLanguagesDutch, English, French, German, Italian, Polish, Spanish [Back to Chart] 1Writer Standard features: iPhone, iPad, Dropbox, iCloud, iTunes, Plain text, Email, HTML Email, PDF, Print, Open in…, TextExpander, Markdown preview/export, Markdown editing features, Appearance options, Extra Keyboard row, Full-text file search, Word count, URL handler(s) Flexible folder manager with Dropbox and iCloud support.

[Back to Chart] AppWriter iPad screenshots: [Back to Chart] Send Links to Twitter From iPad Safari. Useful Bookmarklets for your iPad, iPhone and iPod Touch Browser. 18 Mar 2013 The most useful iOS bookmarklets for your iPhone, iPad and iPod Touch with instructions on how to install them in your mobile Safari browser. couch mode print story The Safari browser of your iOS device (iPad, iPhone, iPod Touch) doesn’t support extensions (or add-ons) but you can still add extra functionality to the mobile browser with the help of bookmarklets. Bookmarklets, if you are new, are like regular bookmarks but instead of opening new websites, bookmarklets are often used to perform actions.

For instance, you can shorten long URLs, translate web pages, find word meanings, save pages and more with a single click. In the case of a desktop browsers like Chrome or Firefox, you can simply drag the bookmarklet to the bookmarks toolbar but unfortunately, the Safari browser of your iOS device doesn’t support this style of installation. Just pick any iOS bookmarklet from the drop-down menu below and a bookmark the page in your iOS Safari browser. Zwapp. IPhone URL Schemes - akosma wiki. From akosma wiki This page centralizes code samples for URL schemes available in many iPhone applications, not only in Apple's but in many others.

It also includes programming tips and references about implementing apps registering or consuming URL schemes. If you own an iPhone app, contact akosma software to add the schemes you've implemented in your application, for others to use. The important thing is to showcase code samples, ready for others to use. Terms of Use This wiki page is a courtesy service. Due to the large amounts of spam and advertising in this page, I've decided to block this page for editing. Thanks for sharing your URL scheme to the community! Programming Tips Registering your own URL schemes Please check this page in iPhone Developer Tips. Note about URL Encoding in Objective-C There can be some problems with NSString's stringByAddingPercentEscapesUsingEncoding: method since it does not encode some reserved characters for URLs; you might prefer to use this code instead: Duo. Favomatic. HandleOpenURL: Shared Interapp Communication on iOS.

Find iOS Custom URL Schemes From Thousands Of Apps And Add Yours. I received an e-mail asking about how to find custom URL schemes for specific applications. Just in case you are unfamiliar with a custom url scheme – this refers to binding your app to a specific url scheme such as which when used will execute the related app on the user’s iOS device. What’s really cool is that you can attach custom parameters depending on the app for example: You simply load the url, and the app opens.. it’s that easy. There are literally hundreds and I was reminded about a site just the other day by Alex Curylo that has grown leaps and bounds since I last looked at it, and it lists many of these URL schemes.

That site is handleOpenUrl.com and you can search for specific applications or even for specific types of applications, for example here’s what comes up when I search for Twitter apps: ? If you liked this, please share it!