Apache Cordova Plugin splashscreen
https://github.com/apache/cordova-plugin-splashscreen
650 forks.
624 stars.
54 open issues.
Recent commits:
Arquivo da categoria: Ionic 1
CHANGING THE CORDOVA APP ICON
Add Facebook Native Login to your Ionic App
ngCordova – Document and Examples – by the Ionic Framework Team
Vagrant box com Ionic1
[code type=txt]
Vagrant.configure(“2”) do |config|
config.vm.box = “coutoarmando/ionic1”
config.vm.box_version = “1.0.1”
end
https://app.vagrantup.com/coutoarmando/boxes/ionic1/versions/1.0.1
ionic-framework-v1
Vagrant – ionic-box
Ionic Marketplace
Ionic 2 page change event
Example:
[code type=javascript]
import { Events } from ‘ionic-angular’;
export class BasePage {
constructor(public eventsCtrl: Events) { }
ionViewDidEnter() {
this.eventsCtrl.publish(‘page:load’);
}
ionViewDidUnload() {
this.eventsCtrl.publish(‘page:unload’);
}
}
java.lang.SecurityException: getDeviceId: Neither user 10163 nor current process has android.permission.READ_PHONE_STATE.
Basta adicionar no AndroidManifest.xml.
[code type=xml]