Skip to content

Instantly share code, notes, and snippets.

@ThePredators
ThePredators / readme-mde.md
Last active November 9, 2025 02:55
Setup Mobile Development Environment

⭐ Setup Mobile Development Environment

⚠️ The following configuration has been tested on Intel, M1 & M2 Ships ⚠️

Pre-requisit :

If you have any issues with macOS, or need anything related to it check this documentation

Install Xcode Command Line tools :

@diarcastro
diarcastro / how-to-use-it.js
Last active May 16, 2018 12:44
Provider to handle cordova-plugin-ionic-keyboard
// Include it on your module's providers
import { KeyboardProvider } from 'providers/keyboard/keyboard.ts'
@NgModule({
providers: [
...
, KeyboardProvider
]
});