Mobiscroll is a wheel scroller user control optimized for touchscreens to easily enter date and/or time. The control can easily be customized to support any custom values and can even be used as an intuitive alternative to the native select control (dropdown list). It is designed to be used on touch devices as an alternative
Continue reading Mobiscroll: a customizable spinner/scroller control for touch devices
Category: Mobile development
Add a new iOS device for development
In the Build Settings make sure the Code Signing Identity is set to Developer and not Distribution. You must have an Apple Developer login and the appropriate provisioning and the device you install the app on must be registered in the Provisioning Portal. You can go to Certificates, Identifiers & Profiles and login with you Apple
Continue reading Add a new iOS device for development
Remote (mobile) debugging with Adobe Edge Inspect
Adobe Edge Inspect is a new tool you can use to inspect and preview the HTML5 content you create for mobile devices. It is not an emulator or simulator; it enables you to connect multiple devices to your computer wirelessly. Edge Inspect works with the Google Chrome browser and many iOS, Android, and Kindle Fire
Continue reading Remote (mobile) debugging with Adobe Edge Inspect
Remote (mobile) debugging with Weinre
Weinre is a debugger for web pages, like FireBug (for FireFox) and Web Inspector (for WebKit-based browsers), except it’s designed to work remotely, and in particular, to allow you debug web pages on a mobile device such as a phone. Weinre reuses the user interface code from the Web Inspector project at WebKit. In normal usage,
Continue reading Remote (mobile) debugging with Weinre
Cordova – PhoneGap: external url
The inclusion of the InAppBrowser in iOS and Android will be new for Cordova 2.3.0. The InAppBrowser is a built-in web browser for your app that has an API that follows web standards. Domain whitelisting in Apache Cordova is a security model that controls access to outside domains, such as http://google.com. The default security policy is
Continue reading Cordova – PhoneGap: external url