Sorted it.
After looking for ways to set the Java version in the project I realised that the jdk set in Android Studio had not been downloaded and installed. Now getting correct version
Sorted it.
After looking for ways to set the Java version in the project I realised that the jdk set in Android Studio had not been downloaded and installed. Now getting correct version
Yes, you need to learn Angular before learning Ionic. If you need to build apps with ionic framework without having any knowledge of building web applications with angular it will be very difficult. Kool Stories is a learning application where you can find angular expert & can learn Angular.
Data analysis and data visualization help you connect the dots in your business and your data.
Creating professional charts in spreadsheets is easier than ever.
I found a visualization tool from Best Data Visualization Tools list, it makes it simple to gain insights from past data to predict future and make better decision.
Manually analyzing data requires coding and endless clicking through spreadsheets.
There is no requirement of coding skills.
Choose from over 50+ chart types to find the perfect representation of your data. Fully customizable charts to match your company’s branding.
Regards & Thanks!
I’m using local browser (on windows) to develop an Ionic app (that I wish to have a PWA later on), but I wish that users on Android will have Android experience while iPhone users have iPhone experience when using the PWA / visit the website.
I use ionic serve
to start my app, but it always loads the looks and feel of an Android app. How can I instruct it to emulate iPhone app so I can test both Android and iPhone look & feel?
I have no experience with that
Maybe try?
Hello everyone in the forum, I would like some help, it’s not a bug, but is there a way to show my hybrid app fills up on full screen devices and nav bar like the first picture, this make a bad user experience, someone have a solution? I use Ionic 4 with codorva in app browser, thanks!
I’m experiencing the same problem; this time Ionic-Vue rather than React, and using GitHub - leonardoquevedox/capacitor-resources: Generates icon & splash screen for Capacitor projects u.
When I click into an ion-input
field I see the splash screen because the page contents resizes and for a fraction of a second the splash screen is exposed before the keyboard fills that space.
@damiensawyer Did you find a fix?
hello,
Looking for a developper ionic 3 who can help to resolve a technical issue on my dashbord :
I can’t select the quote button and send the quote to customer on the application , “Qaote Send” is not working
Please contact inbox for support
Hard to say what the issue is exactly without being able to reproduce it myself. One thing I do notice is that you are blurring the background when the animation starts. Using the blur()
function is fairly expensive, so you might want to try removing it and see if the transform animation improves at all.
You can also use the Chrome Dev Tools to inspect the application and see what might be causing the slowdown. The “Rendering” tab at the bottom of the dev tools lets you add an FPS meter (“Frame Rendering Stats”) and lets you see when things get painted (“Paint flashing”). Working with those two options may give you a starting point for investigation.
capacitor 3.0
i will share the code with you
Hi, I have an Ionic 5 + Cordova + Angular application which uses ionic-appauth for the authentication flow. When the auth token is being checked or refreshed while using the application, the browser is being shown for a few seconds, in such a way that there is a transition where it appears and then quickly disappears.
I am aware that this is because the auth is being checked by the oauth through the built-in browser (which is also used for login). Is there a way to do this without showing the browser because it may be confusing or may disturb the user?
Thanks
I’m running into a peculiar error… attempting to run
ionic capacitor run android --device --prod --verbose… selecting my device from the list,
but I get an error message that the Grable build failed as my tablet does not have a Java Runtime.
This is a Samsung Galaxy Tablet A7… so the guidance to go install java from java.com is not overly helpful.
Any one have any insight on how to overcome this?
After “Importing an exist code” and then connected with my GitHub repository, my commit tab on the Ionic dashboard displays some of all commits on the GitHub dashboard (ex, 5/10). Does anyone have any ideas on how to display all commits from GitHub onto the Ionic dashboard?
any updates on this? My team is facing a similar issue. Not sure if there is a workaround to get passed this?
update to latest @capacitor/android
(3.1.2 at the moment)
I don’t think it means that your tablet doesn’t have a Java Runtime but the computer where you run the command.
What about new Commits you do from now? I had a similar “problem” after connecting but all new commits where shown immediately
well… I feel silly now…
I ran:
ionic start, selected Vue
Then I ran
ionic cap add android
Then I ran ionic serve and I receive:
[vue-cli-service] App running at:
[vue-cli-service] - Local: http://localhost:8100/
[vue-cli-service] - Network: http://10.9.1.197:8100/
[vue-cli-service] Note that the development build is not optimized.
[vue-cli-service] To create a production build, run npm run build.
[INFO] Browser window opened to http://localhost:8100!
[vue-cli-service] ERROR in tsconfig.json
[vue-cli-service] TS5083: Cannot read file ‘C:\repos\ionicNetworkTest2\tsconfig.json’.