AWS Mobile Hub Starter Issue
@brennen wrote: Hi, I followed the instructions on the github readme and have imported the app into my AWS Mobile Hub project and downloaded my projects aws-config.js to src/assets. When I attempt to...
View ArticleNavController setRoot with tabs
@urlless wrote: Hi all, In my Ionic app, I’m using the tabs. Is it possible to contain the tabs on a page when the page is navigated by using “setRoot” method (not “push” method) of “NavController”...
View ArticleCustom ion-slides slidesPerView like native
@agusviscara wrote: Hi all, anyone suggest me to make ion-slides maybe like slidesPerView=“2.5” and for example like this. 3. home.jpg1080x2314 768 KB here my current app. myapp.gif452x732 1.2 MB here...
View ArticleIonic 2 get current location
@gourish wrote: ionic 2 get current location works once we restart our android device, please help me to fix this issue. Posts: 1 Participants: 1 Read full topic
View ArticleUnable to install cordova-facebook-4 plugin with android 7.0.0
@iamromec wrote: NEED HELPPPPP!!! Failed to install ‘cordova-plugin-facebook4’: Error: ENOENT: no such file or directory, open...
View ArticleQuestion regarding guards and redirection
@jdeanwaite wrote: This is probably a frequented question or topic of discussion. I feel like I have researched quite a bit but do not feel like I have received a solid answer. I would like to set up...
View ArticleMapbox GL JS using mapbox-gl-directions
@ryanaquino7110 wrote: can someone help me in implementing mapbox-gl-directions on an ionic application. im having problems using their package at the npm install --save @mapbox/mapbox-gl-directions....
View ArticleIonic HttpClient.post causes two entries into the database: null and correct...
@HippoRoo wrote: I’m new to Ionic. I have an Ionic form that posts data to PHP. Here is what my Ionic code looks like: My event provider / service (event-service-rest.ts): @Injectable() export class...
View ArticleIonic upload image?
@pinoyprogs wrote: Hi I have a laravel website with restful services. Then i used my ionic app to connect to my laravel website via restful api. I wonder how my ionic mobile app upload image to my...
View ArticleHttp request (get and post) got error without anyreason
@glboy wrote: hello every body , for 2weeks I am struggling with this code. every thing fine on chrome with out security, but after building, or on safari,or on iphone emulator, it show’s an error,...
View ArticleIonic serve --l auto stop
@sagar290 wrote: I am using ionic 3 when I use ionic serve --l and Change any code the serve command auto stop. how to solve this. [16:55:52] lint finished in 2.13 s events.js:160 throw er; //...
View ArticleEmbedded widget is not shown in ios
@ourarash wrote: I tried to embed a tradingview widget using this solution in my Ionic app. The process is to include a script in the index.html file, and then call the script in a component to show...
View ArticleIonic native Camera in part of screen
@Quiesan wrote: Hi ! Is it possible to open the camera in the half of the screen and display otherthing in the other part of the screen please ? Posts: 1 Participants: 1 Read full topic
View ArticleIonic3 splash screen and icon - No platform detected
@yinka1255 wrote: Let me first say. Each time i run ionic cordova build android --dev It first run this command cordova platform add android At the start of the project I already added the android...
View ArticleHow to clear localstorage while the app is being uninstalled
@emiljenson wrote: Hi, Is there any way to clear localstorage when the app is being uninstalled ? Posts: 2 Participants: 2 Read full topic
View ArticleCli: local_cli_not_found
@oby13 wrote: Am getting an error shown below. So far haven’t found the solution from this forum except promises of it getting checked on. The image shown below shows the server start and terminate on...
View ArticleRun android error (Exit code 1)
@wmanesco wrote: When you try to execute the command ionic cordova run android --livereload -c The following error occurs: Error: C:\Android\platform-tools\adb.exe: Command failed with exit code 1...
View ArticleHow to bind the json data and create dynamic side navigation menu&Submenu in...
@Phanitechie wrote: I am facing a small issue here im getting the below dynamic data { "Name": "Steve", "Id": 37, "email": "steve@hotmail.com", "User": 10, "DevId": "A7E6E6FE7060", "AllowedMenu": [ {...
View ArticleCreating and Using New Component from Ionic CLI
@JoshMDiaz wrote: I am wanting to start creating custom components. I used the Ionic CLI command ionic generate component back-button to create a new component. It created the component directory...
View ArticlePushing to firebase from input field value
@perenyitamas wrote: I have a strange problem. I am pushing the form values to a firebase db, however there are some textboxes which are getting values from other pages via callback. html example:...
View Article