Document scanner for Ionic
@spicycake wrote: Hi guys, I try to find a plugin like this native code : https://github.com/mmackh/IPDFCameraViewController in order to integrate document scanning with edge detection in my app but I...
View ArticleIs it legal to use Paypal instead of InAppPurchase?
@matanyed wrote: I have diets app, and to use the app you need to purchase 30 days diet plan.Is it legal to use Paypal to purchase it?I heard from friend that I have to use InAppPurchase in order to...
View ArticleUnable to read file from mounted sd card directory through $cordovaFile
@krishna2112 wrote: i have a code similar to this $cordovaFile.readAsText(cordova.file.externalRootDirectory, "file.txt") .then(function (success) { }, function (error) { }); which according to...
View ArticleIonic Io App_id undefined
@johanjjonsson wrote: Started up my project today and tried to build it via ionic package - but it complains ´"Missing Ionic App ID. (CLI v2.0.0-beta.37)"´Okay so I started a new project and it...
View ArticleYou cannot run this command unless you are in an Ionic Project folder
@satgua wrote: Hi, After creating new ionic project "ionic start myApp blank", All of sudden i've started getting below message: "You cannot run this command unless you are in an Ionic Project folder"...
View ArticleIssue with Facebook Connect and Firebase
@Walltoo wrote: Hi, I tried for weeks to implement the facebook login with firebase and my apps but the problem is it work with my browser but not with my iPhone. I use the Facebook Javascript SDK and...
View ArticleModify ion nav bar buttons from inside a ui-view
@pxdev wrote: Hi everyone, in our app we implemented our own split view using ui-view to load the right side pane. We implemented our own because the Ionic way of showing the side menu wasn't enough...
View ArticleLandscape mode in the Ionic view app
@thecodelab wrote: I was wondering if the view app support's landscape mode?My app is a landscape only app but the Ionic view app shows it in portrait. I used: <preference name="orientation"...
View ArticleIonic Android pairing with Bluetooth without PIN
@santosh wrote: I am working with bluetooth module. I have a Ionic app that uses the Bluetooth Serial plugin and I can connect to the bluetooth module successfully, however I want to be able to remove...
View ArticleOption when push outline button
@Jose_Ionic wrote: Hello! I have this button: Button 1 When I push the button automatically the background changes to white and my letters changes to black. How can I modify this options? For example,...
View ArticleIonic 2, download PDF with request POST
@antony110994 wrote: my goal is to send a POST request with data in his body and receive a PDF file to be saved and then to open. I created two functions to do this thing with different approaches but...
View ArticleMaking Ajax calls
@daviddupuy wrote: Hi there, I'm trying to do something that should be quite basic regarding the ionic/cordova mechanism, making http requests from my Android device.It is just failed whatever I've...
View ArticleHow to set image as background?
@petersenyszyn wrote: Hi there, I'm having issues setting an image as the background for my login page. I've looked around the web for potential solutions, but nothing has worked so far. In my...
View ArticleIonic start newapp --v2 without typescript
@MisterDev wrote: I'm creating a new app using ionic start myapp --v2 without the --ts flag but I'm still getting .ts files.Same thing happens in 2.0.0-beta.23 and 2.0.0-beta.37 What am I missing? How...
View ArticleHttp Get Array From Server
@phil_co wrote: Hello I want to be able to filter the "name" of my array for autocomplete. However I can only get "records". this.http.get('http://www.example.com/file.php') .subscribe(data => {...
View ArticleControl via custom directive show of div in template
@William_Wallace wrote: Hello together,I like to do some "strange" things. Maybe. Not sure there is any better way. I try to describe it as short as possible. I am using the videogular-player and the...
View ArticleHeader inside an image
@ziobudda wrote: Hi, how is possibile in Ionic 1.3.x recreate an header like this one ? header.png1080x354 160 KB Posts: 1 Participants: 1 Read full topic
View ArticleNg-click does not fire immediately
@fouadkajj wrote: <div class="col-33"> <a ng-click="leavingMenuPage()" href="#/app/interview" > <i class="icon ion-android-person"></i> <p class="pFont"...
View ArticleBack button disappearing on tab views
@jasonw749 wrote: Hi there, I have a quite strange issue that I wondered if anyone could help me with. I have a tab view with 5 tabs, if i perform a series of view changes, the back button randomly...
View ArticleAbout LocalNotifications in Ionic-Native
@Palaniappan wrote: Hi, I have a basic question, when i try to use the local notification from ionic native, i couldn't retrieve the promise from the LocalNotification.schedule() function.Is this a...
View Article