Capacitor ios live reload?
Yes, it should be . Added it here. Note that for Ionic CLI v5.0 (latest version as of June 2019), the command is: ionic capacitor run ios -l --address=0.0.0.0
View ArticleAndroid dev builds on API 28/29 show ERR_CLEARTEXT_NOT_PERMITTED
Are you using Capacitor or Cordova? You posted in the capacitor category, yet you’re running cordova commands.
View ArticleIONIC 4 - com.android.ide.common.process.ProcessException: Failed to execute...
Even if I reverse my modifications to the master, I get this error … As if I had updated something in the meantime …
View ArticleHow to use Capacitor's convertFileSrc() instead of Cordova's convertFileSrc()?
Import Capacitor from @capacitor/core: import { Capacitor } from '@capacitor/core'; and use it like this: Capacitor.convertFileSrc('file:///your/file/path');
View ArticleAndroid dev builds on API 28/29 show ERR_CLEARTEXT_NOT_PERMITTED
If you are using cordova add a config tag in your config.xml. Something along the lines of <edit-config target="AndroidManifest.xml" parent="/manifest"> <application...
View ArticleIonic 4: create reusable alert controller component with data submit
Hello everyone, i need a little help to build a alert controller reusable component where i want to use handler to submit data, i have 2 functions for insert and edit data, and im using the alert...
View ArticleHaving a nightmare with button taps
Hi All, I’ve been having a nightmare implementing a PIN entry UI. The nightmare is that button clicks/presses/taps/tapables dont always register, especially if you are trying to type in your PIN...
View ArticleHow to use Capacitor's convertFileSrc() instead of Cordova's convertFileSrc()?
Thanks! This is not documented anywhere in the Capacitor docs, as far as I can tell. But, I guess it is documented here, now…
View ArticleUpload image to database using file_uri
In your code above, you are just trying to get the image to upload, but you did not add the post request to upload. Please post your full code, so people can help you
View ArticleCapacitor plugin for MongoDB Mobile
Hey all, Just wanted to let people know I’ve created a capacitor plugin for MongoDB mobile; it should have all the features of mongodb except for server-side javascript (map/reduce, $where queries)...
View ArticleIonic CSS Parameter
grafik.png743×224 12.2 KB How I make it right? I want the variable to be passed to CSS. At the moment it was hard coded. But I want it to use the colors it gets from the database.
View Article"export 'ICON_PATHS' was not found in 'ionicons/icons'
I’m getting the same error, with the template not loading. However I’m not using yarn/don’t have the yarn.lock file. Any thoughts?
View ArticleInoic support on couchbaselite plugin
Hi, In couchbase-lite native plugin documentation noticed a notification saying “This plugin is no longer supported by Couchbase. Please see our Couchbase Lite Integration”. Is this means couchbase...
View ArticleERR_SDK_NOT_FOUND: No valid Android SKD root found
Hello people. I’m working on a project with Ionic V4 for the first time. I want to run my app on an emulator and it keeps giving this error: ERR_SDK_NOT_FOUND: No valid Android SDK root found. I’ve...
View ArticleBackground running and variables
Hi all. I need help. Something is not evident to me about scope of variables in typescript. I have an app that goes in background, and with a timer has to check a condition. But with setInterval I...
View ArticleBackground running and variables
pimol: console show undefined. Why?? This is one of the extremely poor design decisions of JavaScript. The main heuristic I use to avoid problems like you are seeing is “never type the word function...
View ArticleIonic HTTPS
Interaction with “the server” is usually done with HttpClient, where you are completely in control of URL construction (and yes, HTTPS works just fine). Additionally, Ionic apps use HTTP internally to...
View ArticleIonic Build Android not work
I am trying to make my application work with ionic 3, when I do the construction it gives me error, additional that node_modules does not work correctly and in each construction it delivers different...
View ArticleBuild Break with aapt error message . why?
Failed to install ‘cordova-android-support-gradle-release’: Error: /Users/user/Desktop/home-made-app 3/platforms/android/gradlew: Command failed with exit code 1 at ChildProcess.whenDone...
View ArticleIonic 4 App Not Loading Past Spash Screen On iOS
I am building an app which runs great on Android. I have recently been trying to get the app to run on iOS. The app builds, but never runs past the splash screen. (The splash screen disappears, but...
View Article