SVG 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 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 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 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 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 ArticleThe big white box (iOS)
@dalesalter wrote: Hello all! The application that we are using uses a native plugin for viewing and manipulating PDFs and is launched from within the Cordova WebView. Everything is as usual until...
View ArticleDisabling forward cache does not work for second view
@nirman99 wrote: Please see this codepen There are 3 screens. A tab page, two drilldown pages.Clicking a item in tab screen navigates to Details screen. Clicking a button in Details screen navigates...
View ArticleCreating sample project in ionic with angular , php and mysql
@bhuvaneswari wrote: Hi All, I am created sample project in Ionic with angular js, php and mysql. Its working fine in web, android devices. I converted apk file for android devices. When i am convert...
View ArticleHow to change text color in Ion tabs?
@totoni wrote: Hi!I just can't figure out how to change the font text for Ion tabs. My code is: scss:.tabs-black> .tabs,.tabs.tabs-black{ border-color: #212121; background-color: #212121; color:...
View ArticleImages are not shown on Windows 10
@nabi_singer wrote: Hi,My Windows build runs but does not show any images! I get the following error or debugger console: CSP14312: Resource violated directive ‘img-src 'self' data:’ in :...
View ArticleHow to read new sms?
@sajith wrote: how to use SMS plugin using ionic is there any plugin for that?? Posts: 1 Participants: 1 Read full topic
View ArticleAudio and Video Calling
@Alisax wrote: How we will Creating an Audio and Video Calling App with Ionic . Posts: 1 Participants: 1 Read full topic
View ArticleSQLite still shows data in view after updating to server
@Shaggie wrote: I am building an ionic app with ngCordova & SQLite database. I am doing an offline inventory where data gets stored to local database. I have provided a button that sync the local...
View ArticleIonic/Firebase Help?
@Onlydan wrote: Morning guys, I have recently started looking into Ionic, i have a vague understand of it so I'm hoping I can get some help. What I'm trying to do is have a public timeline on my Ionic...
View ArticleNg-href nested event
@samuele.panarotto wrote: Good morning, in the following code: <ion-view view-title="Title" cache-view="false"> <ion-content> <ion-list ng-controller="MyCtrl" can-swipe="true">...
View ArticleIonic cordovaGeolocation with multiple markers along with current location...
@abrahamjoseph wrote: I am trying to create a uber like app and I need help to implement the google API. How can i get the current location and locate some markers around the location. Posts: 1...
View ArticleAndroid keyboard not show up when input focus
@solenovex wrote: android keyboard not show up when focus input.but it works fine on iphone. Posts: 2 Participants: 1 Read full topic
View ArticleNo DB in Local www and on Android device with SQLite plugin
@JordanSch wrote: Hi, I use sqlite plugin for my app, with a DB including 3 tables.On desktop, everything is working, the app access' to data. But, i didn't find the DB in folders, and when a run on...
View Article