Screen orientation issue in ios
@VENKY_91 wrote: I want to lock one of my page to landscape mode it works perfect in android but not in ios i can not rotate to landscape it still in portrait mode. do i have to change anything in...
View ArticleDraw Over All Apps Cordova Plugin For Android
@ahmed_wahba wrote: Android Cordova Plugin that uses draw over all apps feature to display a HTML Web view , it supports displaying HTML file with style files and Javascript libraries and scripts -...
View ArticleGoogle plus login not working on iOS
@owaisbakhtiar wrote: Whenever I call a function this.googleplus.login() the following error occurs That's an errorError: invalid_clientThe OAuth client was not found. Waiting for your help guys...
View ArticleIonic cli encountered mystery mistake
@Kerui wrote: below's my code in the file that caused the error import { Component, OnInit } from '@angular/core' import { ToastController } from 'ionic-angular' import { Subject } from 'rxjs/Subject'...
View ArticleXMLHttpRequest cannot load help
@Nelsneider wrote: XMLHttpRequest cannot load http://127.0.0.1:8089/doggat/record. No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'http://localhost:8100' is...
View ArticleError: Cannot find module 'typescript'
@dinesh_koli wrote: Hi,I am new to Ionic and getting this error after updating CLI update from yesterday's mail from IONIC Team. I have updated cli and Ionic from below links- github.com...
View ArticleManage page
@shivani8710 wrote: I have to do this:when I install my app first time in my device (android or ios) that time my first page of app will be index.html...and after close the app..again I open my app...
View ArticleRadio Button value in alert builder
@alibahjat wrote: hello how i can take value of chosen radio button in alert builder in ionic 3 Posts: 1 Participants: 1 Read full topic
View ArticleSplitpane with @IonicPage -> no hamburger button
@WebField wrote: I am using the Splitpane component with the new @IonicPage decorator. The problem is that the hamburger icon isn't shown up when the screen size gets reduced.This only happens when I...
View ArticleIonic 3 and cordova-sqlite-ext
@morris4ever69 wrote: I'm trying to update a project from Ionic 2 to Ionic 3 and in this project I was using the cordova-sqlite-ext plugin with a pre-populated database stored in www folder. To open...
View ArticleIntent to run an old app that has lot's of outdated dependancies, where do I...
@evm wrote: I have an app that runs on ionic 0.1.0 and has lot's of outdated dependencies. I would like to get it running again, but I don't know where to start. The app was build on ionic 0.1.0, 2...
View ArticleError Speech to Text on iOS
@sithabuth wrote: Hi, i used "ionic cordova plugin add cordova-plugin-speechrecognition" When I call startListening method, I get this error message:listenForSpeech() recognitionTask error: Error...
View ArticleIonic 2 filechooser plugin for iOS platform
@abhisheklamrood wrote: I know this question has been asked before, about the file chooser plugin for iOS platform. Well for my project the user has to select a file from mobile storage and upload it....
View ArticleDeepLinking conflicts
@zjhiphop wrote: Recently i encountered a issue: When config DeepLinking with App module and IonicPage. The IonicPage's deeplink config will be override by and App module config. My code snappiets: //...
View ArticleCannot access current network state. Type is always 'null'
@perzach wrote: I'm using the ionic-native/network at startup in my app, and I want to check the initial network status by running network.type. The problem is that network.type always returns null or...
View ArticleIon-radio and ion-select inside custom component
@casperkotwal wrote: I have a situation where I've created an ion-radio, ion-input and ion-select inside a custom component. I'm using ControlValueAccessor to get values of these from my custom...
View ArticleIon-checkbox with Ionic 2
@yewness wrote: Screen Shot 2017-06-01 at 6.51.25 PM.png1440x900 112 KB Hi guys, was trying to return an array of ids in the ion-checkbox but no avail. These are my current code. survey.ts...
View ArticleCalendar issue on iOS platform
@abhisheklamrood wrote: Hello,I am using the following calendar component in my Ionic 2 application https://www.npmjs.com/package/angular-calendar which is working on android device, but not on iOS...
View ArticlePlugin_not_installed when extending IonicErrorHandler
@BenedictLewis wrote: I'm trying to extend the IonicErrorHandler to report errors using Sentry. Part of this includes version tracking, so I'm trying to use the plugin AppVersion to get the current...
View ArticleSecure Storage on PWA
@Natanael4354 wrote: How to sotore sensitive data like passwords in my PWA? Posts: 2 Participants: 2 Read full topic
View Article