Since Ionic React does not support Cordova, is it possible to use Ionic DevApp to view Ionic App on mobile device? If Ionic DevApp is not supported with React based project, any suggestions on how to view and test Ionic Apps on a mobile device without really publishing the app?
Asked
Active
Viewed 95 times
0
-
To use native plugins with Ionic react, they are advising to use Capacitor framework https://capacitor.ionicframework.com/docs/cordova/ check this in the official documentation : https://ionicframework.com/docs/react/overview#native-tooling #Native tooling section – Rebai Ahmed Nov 14 '19 at 09:06
-
Yes, thats right and thats where the problem is. I can use capacitor with xcode to test the app on iPhone however it is time consuming and hard to debug apps. Ionic DevApp makes it easy to view and test apps. – Ben W Nov 15 '19 at 14:35
1 Answers
0
I am currently running into the same issue. There seems to be no documentation from the Ionic team on this?

laraveldev17
- 7
- 4
-
Welcome to SO. Please note that this cannot be an answer. You can post this note as a comment. – lotor Nov 13 '19 at 11:58