Problem of setting inputs (line-through)
@DevilMoo wrote: <ion-item class="item range range-positive"> <input type="range" value="50" min="0" max="100" style="width:10px;"> <input type="text" placeholder="$0.00">...
View ArticleWeb Platforma sync with Ionic App, it is possible?
@sdiasbernardo wrote: Hello friends, I'm new here, but I'm studying Ionic a few months ago. What I want to do is: An app that the user accesses his gym using login, and this access he visualizes his...
View ArticleIs there a way to install an old nightly build?
@oscarwest wrote: Hello, i've been using ionic for a university project and by mistake i initially installed and developed my application with one of the nightly builds(because i exported it from...
View ArticlePush notification 'APNS_BAD_DEVICE_TOKEN'
@markbeekman wrote: Hi guys, I have Ionic Push Alpha functionality in my app for a while and I want to switch to the new Ionic Push Beta functionality. When I build my iOS app and run it on my iPhone...
View ArticleSVG quality in android browsers- Ionic Scroll
@nadir_bertolasi wrote: I'm developing am application using ionic framework. I have a view that shows a map, which is an SVG file: <ion-scroll zooming = "true" overflow-scroll="false"...
View ArticleReading mp3 / mp4 Metadata
@technotip wrote: Is there a straightforward way to read metadata like - artist info, audio name ec using pure js? I saw a lot of plugins, but the implementation details are very confusing and not...
View ArticleIonic 2.0.0-beta.25
@ameni wrote: while updating to 2.0.0-beta.25 many compiling errors appear Error: Cannot find module './pages/tab/tab' from 'pinch-ui/app' .....ecteven if it works for the previous version what's the...
View ArticleCannot find find Module after NPM install
@adityahbk wrote: This is probably a noob question. I imported a project from a internal dev. It works for when I do npm serve when there are no node-module. When i do NPM install I have this error...
View Article[Freelance / Contract] Looking for Ionic Developer for UI Improvements
@muthas wrote: Hello all -- Arbor Insight, a startup based in Ann Arbor, Michigan, is looking for a talented Ionic Developer with experience building great UI's to take on some short-term contract...
View ArticleBLE plugin not working on Ionic 2
@WinSystems wrote: Hi everyone! I'm trying to implement beacon reading functionality in a Ionic 2 application with TS as a language, but I cannot get any response or error from the BLE. I'm using...
View ArticleInput Type Date not updating ng-model once set
@flymke wrote: This works in angular:https://plnkr.co/edit/0bdo0L1DnuSY2TAofxnd?p=preview ... but not in ionic: Is there some point I am missing? (the issue I am having is that I have 2 html5 objects:...
View ArticleSocialSharing missing on 'ionic-native'
@pedroseac wrote: I'm trying to add "cordova-plugin-x-socialsharing", but the build keeps saying that ionic-native/dis/index has no exported member SocialSharing, is it missing? Or am I missing...
View ArticleMemory leak with videos on iOS
@fpenninger wrote: Hi fellows, I am having problems with the inline video playback of my ionic app in iOS. The expected video playback works in general, but after having viewed/played about 12...
View ArticleInside button hum windows google map information
@alanfagner wrote: Can someone help me need to put a button in un InfoWindows component gogole maps .today I am doing so . `private criarInfoWindows(latLng, map, evento) { let infowindow = new...
View ArticleSlide Box content's ng-click events are not working
@julu9001 wrote: Hi guys, I originally had a page that had images with ng-click events that worked. Once I attached a slide box to it, only the very top images with ng-click work now. Is there a zone...
View ArticleFloating action button an ion-toolbar
@max_maeuschen wrote: I use on several pages a floating action button (only for android devices). This button is on each page inserted with the following code: <button fab danger fab-bottom...
View ArticleRight sidemenu and second button in navbar
@max_maeuschen wrote: I have a sidemenu on the right and want to place a second button. I tried the following code: <ion-navbar primary *navbar> <button menuToggle> <ion-icon...
View ArticleMultiple Choice Quiz App
@zeshanb wrote: Here is a multiple choice quiz app sample using aac, ogg audio files and png images. https://github.com/zeshanb/MultipleChoiceQuiz Posts: 1 Participants: 1 Read full topic
View ArticleIonic Geolocation is not working
@sandeep99519 wrote: /* location.html*/ <my-maps id ="map-canvas"></my-maps> </ion-content> </ion-view> </body> /*location.html ends here */ /* locate.js */ var myApp =...
View ArticleSwiper slide Ionic2 did not work?
@trinhsong wrote: ` <ion-list class="trip-data-list" [ngClass]="{'trip-foods' : tripType === 'food', 'trip-hotels' : tripType === 'hotel', 'trip-entertainments' : tripType === 'entertainment'}">...
View Article