App work in ios but doesn't work in android
ok i will do that, but can you tell me how did you get to that conclusion ?i would like to understand thatand how it's possible, that i removed android platform from the project that works, and then...
View ArticleCordova plugin vs.using webkit directly
Thanks very much for the quick response. But we can't support older devices/webkits anyway (with or without cordova, because for audio, cordova's media plugin is incapable of what we're doing with the...
View ArticleGet next/previous post from wordpress with ionic
favoriteI'm creating an app for my wordpress blog using Ionic framework, it gets the latest post thumbnail (as my posts are basically a picture per post), I want to fetch previous post or next post...
View ArticleIs it possible to have 2 different tab placements?
Not necessarily, but you could build something similar using button bar
View ArticleApp work in ios but doesn't work in android
My first reply was based on the title of this topic. Your last suggestion seems to say you had it working. So you did have a porperly installed Android SDK.Another thing, after reading your message:...
View ArticleLive preview
Yeah , that i have figured it , is there any other way out ? . can the ionic lab preview the app with all those additions ?.
View ArticleProgramatically disable button in the ionicPopup
Has there been any undocumented changes to allow the confirm button to be disabled in a popup? Putting them in the template causes them to disappear if the keyboard appears and the popup needs to...
View ArticleIonic 2 command to just compile the mobile web files
Isn't this what the ionic prepare ios or ionic prepare android command does? Well, it does in ionic v1 anyway.
View ArticleStore objects in LocalStorage
Hello, this.local.set('user', user); I try to store an object in local storage and it doesn't work. I have a string when I get it back further in the code : console.log(this.local.get('user'));OUTPUT...
View ArticleAlternative to fs.createReadStream() on Ionic
I tried but i am getting an error with code 2, the documentation said that code 2 is for Invalid URL.Everything i have writtten is fine... do you have any working code of this?
View ArticleAccordian list modification: keep all top level items in view?
Hi, this is my first time posting, so let me know if I need to add/clarify something. I have been working on replicating some behavior from an android/ios app that I am adapting to Ionic but have been...
View ArticleStore objects in LocalStorage
Hi localStorage.setItem("lastname", "Smith") http://www.w3schools.com/html/html5_webstorage.asp Or better: use the Storage object and Sqlstorage as found in the api of Ionic2 import { Storage,...
View ArticleIonic2 typescript project with cordova plugins
This works for me:` import {Page} from 'ionic-framework/ionic'; declare var Media:any; @Page({ templateUrl: 'build/pages/settings/offline.html', }) export class TestPage { constructor() { let media =...
View ArticleEmail Composer version 0.8.2
Hicheck out https://devdactic.com/sending-emails-with-images-in-ionic-cordova/RegardsTom
View ArticleLive preview
The plugins may be hardware dependent so probably not. Have you tried with an emulator.
View ArticleIonic Tabs App with Login Screen
@mhartington, can we have some solution here? The flow goes like this. LoginPage -> Tabs (each tab with root property) -> (Profile page as a tab) ->(click logout) Now it should go back to...
View ArticlePlay local sound file when clicking button
Try the second link again.Make sure you have linked your audio file correctly (is the name correct? Is the path correct?)For debugging purposes run it in the browser and see what the console is saying.
View ArticleIonic 2 serve error - app.ts - Cannot find name 'Type'
I'm following theIonic 2 tutorial steps. I started like this : ionic start MyIonic2Project tutorial --v2 --ts I encountered this problem : √ Sass compilation complete √ HTML copied to www/build √...
View ArticleAutocomplete for textboxes
Hi @Kannugo_Prithvi you are able to change the template and adapt the styling by yourself. If this still doesn't work out, could you please create an issue on Github such that I can track it? Thanks...
View ArticleAutocomplete for textboxes
(post withdrawn by author, will be automatically deleted in 24 hours unless flagged)
View Article