iOS 13.2 kill() returned unexpected error 1
@Ionize wrote: Anyone else getting kill() returned unexpected error 1 on iOS 13.2 with Xcode 11.2 beta 2? I noticed this is only happening on WKWebView on iOS 13.2. Thanks. Posts: 1 Participants: 1...
View ArticleError: Cannot match any routes. URL Segment: 'tabs/home'
@htorbov wrote: I’m trying to show a landing page first, then with a button to navigate to tabs module. app-routing.module.ts: const routes: Routes = [ { path: '', loadChildren:...
View ArticleIonic does not navigate to specified URL after push notification
@DMoney wrote: I have an ionic chat app that receives push notifications from firebase cloud functions…you click the icon and the app open. The problem is it’s not navigating to the specified page...
View Articleionic 4 virtual scroll not setting height inside container
@miguelopezv wrote: So, I have created a layout for a page which contains a Header and a button, and below an ng-container in which the ion-virtual-scroll is being rendered. However, the last elements...
View ArticleIonic 4 Video Player
@aida233 wrote: Hi I have been searching for video player from local file to ios, in ionic documentation just state for android, how to solve it? I have try many time but still cant found the...
View ArticleFailed to install 'cordova-plugin-firebase' in iOS
@navjotsingh3073 wrote: Failed to install ‘cordova-plugin-firebase’: CordovaError: Using “requireCordovaModule” to load non-cordova module “xcode” is not supported. Instead, add this module to your...
View ArticleAuthentication object is exist, but when accessing the property value...
@rezaridwansyah wrote: Heloo, i’m new on ionic and angular. i wanna ask something weird. i have authservice which have a authentication detail, included token and status islogin. type or paste code...
View ArticleUnable to load PlatformApi from platform in iOS
@navjotsingh3073 wrote: Unable to load PlatformApi from platform. Error: Cannot find module ‘/Users/Drish/Documents/LifeSpace_IonicV2/trunk/platforms/platforms/cordova/Api.js’ Posts: 1 Participants: 1...
View ArticleUnable to load PlatformApi from platform
@navjotsingh3073 wrote: Unable to load PlatformApi from platform. Error: Cannot find module ‘/Users/Drish/Documents/LifeSpace_IonicV2/trunk/platforms/platforms/cordova/Api.js’ Posts: 1 Participants: 1...
View ArticleIonic React 4, White Screen on Android AVD 9.0 API 28
@Ionize wrote: Just generated a clean ionic start react app with Android Capacitor. Deploying on Android Virtual Device shows only a white screen. Running ionic serve works with The world is your...
View ArticleIssues with ion-text-wrap
@ng-Chris wrote: “@ionic/angular”: “4.8.1”, “@angular/core”: “7.2.2” Hi all, I have troubles with form labels that contain longer texts. Take the following example: <ion-list>...
View ArticleHow to add ion-icon commonly to all pages toolbar without overlap other each...
@muru1778 wrote: Hi all. My requirement is to display a specific ion-icon commonly to all pages in the toolbar. I tried in the app.component.html using following code <ion-app>...
View ArticleIonic-4 web application does not work on windows-10
@pragz wrote: Ionic-4 web application does not work on windows-10 higher end laptops having touchscreen. Unable to figure out what the issue is, is this w.r.t ionic framework or windows-10? I’ve used...
View ArticleDisplaying speech recognition content body in Ion textarea
@MichaelCornelisse88 wrote: Hello, I am currently trying to develop an application that captures text that is spoken when the Cordova speech plugin is activated and then “dynamically” show it in the...
View ArticleThe webpage at http://localhost:8101/ could not be loaded because:...
@dionesky wrote: Hi guys i know there is already some topic where this issue where already discussed but i´ve been read then for days and try all suggestion, but unfortunatelly none of them is working...
View ArticleHow to share image with capacitor share api
@Gohanrga wrote: Hi everybody, I want to share an image with “share api” https://capacitor.ionicframework.com/docs/apis/share, i see that this api only has url or txt options to share, let shareRet =...
View ArticleError while building release apk
@sameerpatil299 wrote: D:\softwares\projects\releaseApp\platforms\android\app\src\main\res\drawable-land-hdpi\screen.png: Error: The drawable “screen” in drawable-land-hdpi has no declaration in the...
View ArticlengOnInit event executed after ionViewDidEnter
@josevavia wrote: I have a strange behavior in an ionic4 application, I will try to explain the problem although it is quite difficult to reproduce it. When the application (only occurs on Android)...
View ArticleAdMob with Capacitor and React
@JamesCBender wrote: Hi, I have an app I’m building with Ionic 5, React (JS, not TS), and Capacitor. I’m looking for an AdMob library. I found https://github.com/leiche123/admob-example and...
View ArticlePDF to base64
@mikr96 wrote: Hey everyone, I am having some difficulty on saving a pdf to a base64 format. I tested on web view (ionic serve), it went well but when I run it on my mobile phone(apk), it return file...
View Article