public marks

PUBLIC MARKS from srcmax with tags mobile & ios

2022

Capacitor by Ionic - Cross-platform apps with web technology

Capacitor is an open source native runtime for building Web Native apps. Create cross-platform iOS, Android, and Progressive Web Apps with JavaScript, HTML, and CSS.

2021

Paddle In-App Purchase for iOS

The Epic Games v. Apple verdict clears the way for app creators to choose an alternative to Apple's payment system (and its 15-30% fee!). But choose the wrong provider and you’ll be burdened with managing payment and subscription logic, taxes, fraud, and buyer support. Paddle In-App Purchase will let app creators replace Apple's In-App Purchase without worrying about any of that.

2018

Flutter - Beautiful native apps in record time

Flutter is Google’s mobile UI framework for crafting high-quality native interfaces on iOS and Android in record time. Flutter works with existing code, is used by developers and organizations around the world, and is free and open source.

2016

Because Recollection.

Pour ses 10 ans, Because Music présente Because Recollection, une expérience musicale interactive. #BecauseRecollection #Because10years

2014

The minimal-ui meta tag in iOS 7.1 | Adventures (in code)

iOS7 brings us yet another meta tag to use – minimal-ui. You might be able to guess what it does – it hides the majority of the browser chrome when you load, much like when you scroll:

2011

Native style momentum scrolling to arrive in iOS 5 · Johan Brook

One of the biggest gripes of web apps in Mobile Safari comes to an end. In iOS 5 Beta 2, you are able to do this on an element with CSS: overflow: scroll; -webkit-overflow-scrolling: touch; And the content inside that element should get native style momentum scroll. Just like any other app in iOS.