Quantcast
Channel: Ionic Forum - Latest posts
Viewing all 230113 articles
Browse latest View live

Ios build give error on ipad 13.7

$
0
0

Same problem here. Any ideas on how to solve this?


Apple Watch Plugin

$
0
0

Hey @Tanakasan1734 did you ever come across to anything related to apple watch app development with ionic-angular?

Apple Watch Extension in a Cordova based App

I want to integrate google map api for a bus station

$
0
0

I want you to guide me. How I can do this, Any tutorial.?

I want to integrate google map api for a bus station

Ios build give error on ipad 13.7

$
0
0

try this steps

ionic cordova platform add ios
ionic cordova prepare ios
ionic cordova build ios --prod

then open workspace from project-name/platforms/ios and try to build from Xcode .
If not solved your issue try:

ionic cordova platform rm ios
ionic cordova platform add ios
ionic cordova prepare ios

then open workspace from project-name/platforms/ios and try to build from Xcode .

Ionic5: Loading items using ion-infinite-scroll position="top" is not smooth

$
0
0

I have fixed this by adding some conditional checks on <ion-infinite-scroll> and changed how async data is loaded.

In case someone is interested to see a simple working demo of this feature please check out this StackBlitz I have created.

https://ionic-angular-v5-kcqgwx.stackblitz.io

How to Read File as Array From SD Card with cordova-plugin-file

$
0
0

Sorry I missed your message.

I migrated from Buffer Array to just use the file as an audio Source. And instead of using the filePlugin I use Ionic’s webview ‘convertFileSrc’ with the file URI. But it also has some problems.


How to Read File as Array From SD Card with cordova-plugin-file

$
0
0

I wonder, if I (find the time to) migrate to Capacitor, how would I resolve the native src path since ionic-webview is not supported and it says there it uses WKWebView that is just for iOS

Can i directly upload to an ftp and server the app for dev on a webspace without "ionic build"?

$
0
0

Can i directly upload each file on change (funcitonality in intellij) to an ftp and server the app for devs on a webspace without “ionic build”?

The keyboard doesn't work done with inputs

$
0
0

mean I will have to rewrite the app with react native … this is a big problem

Can i directly upload to an ftp and server the app for dev on a webspace without "ionic build"?

How to Read File as Array From SD Card with cordova-plugin-file

Can i directly upload to an ftp and server the app for dev on a webspace without "ionic build"?

$
0
0

@armandovillalta’s question is great, but in general you need to do something in order to fold any changes into a runnable form.

How to Read File as Array From SD Card with cordova-plugin-file

$
0
0

(post withdrawn by author, will be automatically deleted in 24 hours unless flagged)


How to Read File as Array From SD Card with cordova-plugin-file

$
0
0

In my Use case I let the user choose an audio file from the device and then I assign it to an Audio element, like (super simplified example):

const audio = new Audio();
audio.src = webview.converFileSrc(fileUriOrNativePathDepending);
audio.play();

You mean I could just do ?

audio.src = capacitorPlugin.getUri({path: filePickerNativePathHere})

Or I am understanding it wrong?

Because if I can do what I wrote above I will really focus my efforts in migrate to capacitor.

How to Read File as Array From SD Card with cordova-plugin-file

How to Read File as Array From SD Card with cordova-plugin-file

$
0
0

Thanks a lot for your pointers!

I will migrate and try capacitor as soon as posible :slight_smile:

Can i directly upload to an ftp and server the app for dev on a webspace without "ionic build"?

$
0
0

Yes, @armandovillalta , i do use Angular.
The ionic serve thing is able to have it runnable nearly instantly, @rapropos . The ionic build takes forever, which makes it unusable for seeing instant results during development

The keyboard doesn't work done with inputs

Viewing all 230113 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>