Scrollable div - laggy animation
@AceBoy wrote: Hello, I have done a div (black stroke) which has some height. It’s a container for another div (a container for elements of the table) (red stroke). Elements of table have green stroke...
View ArticleError: Metadata version mismatch
@krish99 wrote: Hi I am new to ionic. I am having 3.10.0 v, when ever i am using npm install following errors occured please help to resolve. Error: Metadata version mismatch for module...
View ArticleIonic directions api with less traffic implementation
@wandie wrote: Could you be anyone be knowing how i can embeed a functionality like that of google maps that shows roads with different traffics when travelling to a particular place with directions...
View ArticleCamera + barcode scanner/qrcode scanner permission issue
@AMALGRAJA wrote: When using camera and a barcode scanner/ qr code scanner, permission for camera is added in tne manifest file two time. And it cause duplication in manifest file.How to recover this?...
View ArticleHow to pass the url in the type script file for options
@surumulluprudhviraj wrote: this.options.push({ displayName: 'Restaurents', subItems: [ { iconName: 'basket', displayName: 'Restaurents-1', component: MaintabsPage }, { iconName: 'basket',...
View ArticleChange language setting
@healer12 wrote: Hi… I’m using ionic 2. I want setting language with … can you help me ??? Posts: 1 Participants: 1 Read full topic
View ArticleNgmodel value is undefinied when the textbox's value is already given
@perenyitamas wrote: I have a strange problem. I cannot upload my form’s values to a firebase database because some textboxes are undefinied. I am loading the data into them from another page with...
View ArticleRedirect to LoginPage when HttpStatusCode is 404
@mdline wrote: Hello, I wrote my own HttpRequestDispatcher to handle globally errors. post(url: string, body: any, options?: RequestOptionsArgs): Observable<Response> { return...
View ArticleDynamically creating circular progress bar using ng-cricle-progress
@Hamseni wrote: How can i achieve this functionality by dragging the round circlar Posts: 1 Participants: 1 Read full topic
View ArticleNavigating between pages by clicking a button
@merma90 wrote: Hi guys, I have a mayor problem in finding a solution for my navigation problem. FYI: I had to remove the whole look of the app and some tabs because of data security as it is a...
View ArticleIonic native googlemaps decodePath() returns undefined
@vivekh wrote: I tried to do a decodePath on an encoded path using Ionic native googlemaps (cordova-plugin-googlemaps) in an Ionic 3 app. However, the function returns undefined. Here’s my code:...
View ArticleHelp Ionic creator docent work(server error
@codiqa100025685 wrote: HI, We have a presentations of an app created in Ionic creator in 40 min. I need to get access to it. But I only get server error. Kind regards Sam Posts: 1 Participants: 1...
View ArticleUsing Vue with Ionic 4 and Cordova Plugins
@matthew974 wrote: Ionic 4 offers more possibilities! In this tutorial, we will have a look at how we can use Vue and Cordova to create a mobile application....
View ArticleFirebase Test Lab - Robo Test
@thomasss wrote: Hello, I have googled everything so far, but I couldn’t find anything how to record a Robo Test of you Android Ionic application. With the recorded test I can submit it to Firebase...
View ArticlewebpackJsonp not found on Android device running 4.4.3
@olly-john wrote: Hi all, I’m working on an app using Ionic 3 and a variety of cordova plugins at the moment and have found that it doesn’t seem to be able to get off the splash screen on older...
View ArticleGoogle maps blank screen on device (working in browser)
@perenyitamas wrote: Hello guys! I am just wondering if anyone have used this tutorial: joshmorony - Build Mobile Apps with HTML5 – 6 Dec 16 Create a Nearby Places List with Google Maps in Ionic 2 –...
View ArticleIonic cordova run ios gives "Error: Error code 65 for command"
@Hesters wrote: Hi everyone! I’m trying to run ionic emulated on my Mac. But when I do it builds until the following error emerges: Check dependencies The “Swift Language Version” (SWIFT_VERSION)...
View ArticleHow to add Multiple Super tabs in IONIC3
@priyasuthar wrote: Hello, I wanted to add top and bottom super tabs in one of my IONIC3 app. I have tried following but it is not hiding previous tab page on the click on another tab. As a result I...
View ArticleHow to resize image on iOS before uploade to server
@FriendsChallenge wrote: How can I modify the size of an image on iOS before upload to server? For android I used the “targetWidth”-Option of getPicture-Function in ionic-native/camera. Unfortunately...
View ArticleNavigating back into a sub page of a tab
@HinderiksR wrote: Hi, I have a tab in which a navigate to a another page. This stills shows the tabs at the bottom which is fine. When pressing a button in that page i navigate to another page...
View Article