Skip to main content
26
results
Andrew Fletcher
While loading an ionic project, in Xcode when performing a run routine I had the following response ⚡️ Loading app at capacitor://localhost... 2022-04-17 15:54:01.318573+1000 App[74515:7355495] [Process] 0x7f8758828820 - [pageProxyID=5, webPageID=6, PID=74520] WebPageProxy::didFailProvisionalLoadForFrame: frameID=3, domain=NSCocoaErrorDomain, code=260 ⚡️ WebView failed provisional navigation ⚡️ Error: The file “index.html” couldn’t be opened because there is no such file.The Xcode build...
Andrew Fletcher
Updating the Cordova plugins... there are two locations to manage the...
Andrew Fletcher
The issue Text through the app is being rendered as <p>Depletion...
Andrew Fletcher
If you have upgraded Ionic to 5 or 6 you will have experienced that the padding...
Andrew Fletcher
How do you get the version of ionic framework? ionic versionor ionic -vThe...
Andrew Fletcher
I recently received an ionic app that hasn't been updated for quite some time.  What steps did I do to unpack this situation and as a minimum get the packages updated? To start, I did a quick check on the number of packages missing or outdated can be discovered through using the command: npm outdatedReponse from command: Package Current Wanted Latest Location Depended by @angular/common MISSING 10.2.5 13.3.0 - ...
Andrew Fletcher
The magically descriptive error 401 Forbidden "message": "Access...
Andrew Fletcher
If you are like me you probably have searched for clues to and found little......
Andrew Fletcher
In Drupal 8.x hiding the subject line is a quick task. In the admin area of your...
Andrew Fletcher
You have been working hard on getting comments being added (POST) through REST...
Andrew Fletcher
For others that have spent countless hours getting this to work and are struggling... in particular assigning the correct user to the comment - this is how I achieved the correct outcome. The outline below is for usage via Postman and DHC (Restlec Client)... once working here then testing done and ready to apply to your app or however you are using this. Set up Set accept to hal+json sample: POST request url: http://example.com/entity/comment?_format=hal_json Authorization Type: Basic {then...