Help with sqlite
@guilhermeionic wrote: Hi, I'm in trouble with ionic and sqlite.I need to know whether to create a file called app.db so I can create the tables by ionic.Where should I put this file to the ionic can...
View ArticleIonic - Getting started with tcp sockets
@metzench wrote: Hi There, im getting started with ionic right now, everything so far works fine. Now im trying to write a test app to dive deeper into that all. I have a tcp socket i want to send a...
View ArticleIs it possible to showOptionButtons like closeOptionButtons in javascript?
@mrameezraja wrote: Is it possible to showOptionButtons like closeOptionButtons in javascript? Posts: 4 Participants: 2 Read full topic
View ArticleProfile not found 404 error when attempting to store app credentials using...
@meddletech wrote: Hi there, I'm trying to use the new Ionic Package facility to build an ios app. I have been through the process of creating the ios certificate and provisioning profile. I'm now...
View ArticleNo Content-Security-Policy meta tag found. Please add one when using the...
@Gcoe wrote: Hi, My app runs ok under Ionic serve but I have this error when running on device "No Content-Security-Policy meta tag found. Please add one when using the cordova-plugin". After follow...
View ArticleSplash screen not generated
@paschal wrote: When I run ionic resources on the command line.. It shows this, no errors but nothing gets generated. The folder remains blank c:\wamp\www\android\todo>ionic resources --splashIonic...
View ArticleExpandable list
@syntagm wrote: I would like to create a list of Frequently asked questions the headings (questions) of which should initially be visible only. On tapping on the heading it should expand to the...
View ArticleHow to remove user (unregister) push notification
@khalilghazal wrote: $cordovaPush.unregister().then(function(result) { alert("success"); }, function(err) { alert("error"); }); Posts: 3 Participants: 2 Read full topic
View ArticleHow to detect if container object is zoomed when using ion-scroll
@pliablepixels wrote: Hi, I am using ion-scroll with zoom enabled like so: <ion-scroll has-bouncing=false min-zoom=1 zooming="true" direction="xy" style="width: 100%; "> Inside ion-scroll, I...
View ArticlePush notifiction
@khalilghazal wrote: is there any way to delete ionic users after adding them using $ionicUser.identify(user); Posts: 1 Participants: 1 Read full topic
View ArticleHow to apply camera editing per frame?
@SpotBR wrote: Hello, I need to apply a camera editing per frame in my app. How can i do it? It need to stay working and instantly applying the effect: http://jsfiddle.net/Tamersoul/dr7Dw/ I will use...
View ArticleIon-slide and scroll
@MickeyBG wrote: Hi to everyone.I have a problem with my view.I have a ion-slider with 3 divs os diferent size. When i wrote the following codo nothing happens <ion-view...
View ArticleScroll to input inside of slidebox
@yurinondual wrote: Hello. I have a slidebox with some input fields, when inout is clicked and keyboard comes up, it is not scrolling view to make inout visible. Previously I overcame this issue by...
View ArticleNavigate between nested tab states
@bennythomps wrote: I have an app that uses tabs for navigation, but I want to navigate from tabs.A.details to tabs.B.details. how would I go about doing this while maintaining visual state as well...
View ArticleHow to get state of ionic modal?
@cooervo wrote: Is it possible to get or set a state for ionic modal for example: <ion-view id="doctors" cache-view="false" view-title="Directorio médico" ng-controller="DoctorsDirController as...
View ArticleDynamic templates
@slimkid wrote: Im getting a list of blog posts from an external feed and listing them within an ap. The list has blog titles that are clickable though to another view which shows the post details....
View ArticleNg-src or $imageCacheFactory for optimizing displayed images?
@eirwin wrote: I have an app that displays menus and items which includes displaying images from external sources. I have seen conflicting suggestions on how to optimize the display of these images...
View ArticleIs it "safe" to install Ionic 1 AND 2 on same system?
@martinjbaker wrote: I've been working on an Ionic 1 app since January. Now I want to look at Ionic 2 without jeopardising my current app. Is it safe to do that? Posts: 3 Participants: 2 Read full topic
View ArticleAndroid: When keyboard is opened. Height is added to ion-content
@yurinondual wrote: Hello. When keyboard is opened, I can see that ionic adds height dynamically to ion-content. But since I am hiding certain elements with css (like bottom tabs and footer) when...
View ArticlePlay Live RTSP in Ionic
@ocx wrote: Hello community, Any idea how to play an RTSP stream in ionic? I need the rtsp player to be embdeed inside the mobile app and not redirect me to the native player, thus having the player...
View Article