button[ion-fab] {
overflow: visible;
position: relative;
ion-label {
position: absolute;
import { Component } from '@angular/core';
// DON'T FORGET TO ADD 'App' ...
import { Platform, App } from 'ionic-angular';
import { StatusBar } from '@ionic-native/status-bar';
import { SplashScreen } from '@ionic-native/splash-screen';
import { HomePage } from '../pages/home/home';
-
Open Powershell
-
Paste (make sure to edit the username / path to your liking.)
(new-object System.Net.WebClient).DownloadFile('http://dl.google.com/chrome/install/375.126/chrome_installer.exe', 'C:\Users\Administrator\Desktop\chrome.exe');
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| require __DIR__ . '/vendor/autoload.php'; | |
| function getClient() | |
| { | |
| $client = new Google_Client(); | |
| $client->setApplicationName('Google Sheets API PHP Quickstart'); | |
| $client->setScopes(Google_Service_Sheets::SPREADSHEETS); | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* University Theme by AdemKouki */ | |
| @import url('https://fonts.googleapis.com/css?family=Tajawal'); | |
| .theme--day .header-bar { | |
| background-color: #ffffff; | |
| background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' %3E%3Cdefs%3E%3ClinearGradient id='a' x1='0' x2='0' y1='0' y2='1'%3E%3Cstop offset='0' stop-color='%23ff4400'/%3E%3Cstop offset='1' stop-color='%23bd0000'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cpattern id='b' width='24' height='24' patternUnits='userSpaceOnUse'%3E%3Ccircle fill='%23ffffff' cx='12' cy='12' r='12'/%3E%3C/pattern%3E%3Crect width='100%25' height='100%25' fill='url(%23a)'/%3E%3Crect width='100%25' height='100%25' fill='url(%23b)' fill-opacity='0.1'/%3E%3C/svg%3E"); | |
| background-attachment: fixed; |
This problem made me crazy... every time i press on any input, the keyboard pushed elements in my page...
Thanks to https://forum.ionicframework.com/t/keyboard-pushes-elements-out-of-top-of-view/51212/28 and https://pointdeveloper.com/adding-tags-android-manifest-file-ionic-cordova-apps/
- in config.xml, modify the tag and add xmlns:android="http://schemas.android.com/apk/res/android"