INTRODUCTION: This tutorial is about how to use your downloaded Hybapps ionic3 theme in your Ionic4 app . Why Ionic 4 ? is now distributed as a set of Web Components using the Custom Elements and Shadow DOM APIs available in all modern mobile and desktop browsers. On top of that, because Ionic now targets standard web APIs instead of…
Prepare App for Google Play Upload
1- Build release : ionic cordova build android –prod –release 2- Generate release key : keytool -genkey -v -keystore my-release-key.keystore -alias releaseKeyStore -keyalg RSA -keysize 2048 -validity 10000 Add password to your key ,ex: 123456 3- Sign your app with the generated key : jarsigner -verbose -sigalg SHA1withRSA -digestalg SHA1 -keystore my-release-key.keystore platforms/android/app/build/outputs/apk/release/app-release-unsigned.apk releaseKeyStore 4- Compress your app: /PATH-TO/Android/sdk/build-tools/23.0.3/zipalign -v 4 platforms/android/app/build/outputs/apk/release/app-release-unsigned.apk app.apk…
Upload image
A complete example on how to use Ionic and PHP to upload image from your app to the server . You can display the image once selected on your Html file and delay the upload to the last step when you ready to send all your form data ,start by uploading your image and when success return call the remaining…
Mobile verification using Firebase.
1- Create new Ionic3 Project : ionic start test blank –type=ionic-angular 2- Install firebase authentication Plugin : ionic cordova plugin add cordova-plugin-firebase-authentication –variable FIREBASE_AUTH_VERSION=16.0.+ npm install –save @ionic-native/firebase-authentication@4 3- Open Firebase account : https://console.firebase.google.com/ 4- Add new Project : 5- Open Authentication Page and Enable Phone Method: 6- Open your project settings : 7- Go down and click on Android Icon to…
Common Errors Solution
SomeTimes when using our themes you may face one or more of these errors . So we tried to collect them with their solutions to make it more simple for you . We still offers our 24/7 support for any more issues throw chat at HybApps website . Or by emailing us at sales@hybapps.com . Errors 1- Data path “” should…
How to use Hybapps Ionic3 theme with your App ?
INTRODUCTION: This tutorial is about how to use your downloaded Hybapps ionic3 theme in your Ionic3 app . Why Ionic ? Ionic is the easiest way for web developers to build, grow, and scale cross-platform mobile apps. From our popular open source Framework, to our cloud Platform, our goal is to enable more people and organizations to create better apps,…
The different between versions (ionic 1,ionic 2, ionic 3)
Structure • In Ionic 1 you have controllers that hold your logic, and templates that define your views Ionic 2 is the same, except you have classes instead of controllers. There are some differences in the template syntax and a lot of differences in the class structure, but the concepts are still similar and it feels pretty natural switching…
Ionic vs Xamarin
A New Battle today . One of the battles who every team sharpened his weapons specially in the last year . Ionic vs Xamarin As ionic is a Hybrid HTML framework and Xamarin is a cross-platform native framework So let’s start by defining the difference Hybrid HTML frameworks: use web technologies such as JavaScript/HTML/CSS(now SASS/Typescript for ionic 2/3)which are run…
Hybrid Vs Native
Hybrid vs native ? Will it starts to be some kind of a life routine question for some peopleShould I use one of the mobile Hybrid framework as ionic or Phonegab …etc or should I go for a native mobile development ? Before trying to answer our question let’s have a look on what each terms means? Native apps :…