Dan Imhoff

Results 126 comments of Dan Imhoff

Haha, no worries! I've definitely seen this issue reported before. It happens when there's an inconsistency with the `` and whatever is serving the app. It won't work on `file://`...

Yeah, it should work on an S20 😂

I assume you're referring to `--packageType` for cordova-ios: https://cordova.apache.org/docs/en/latest/guide/platforms/ios/#using-flags What is `bundle`?

Ah, yeah. The new Android App Bundles. What is the specific actionable item for the Ionic CLI here? Using `ionic cordova build android -- -- --packageType="bundle"` should work. An additional...

Since Android App Bundles are going to be a more common feature, it may make sense to escalate `--packageType` as a documented option in the Ionic CLI.

My colleague says no current ETA. We'll likely support it in the Ionic CLI first, so be sure to subscribe.

@janpio First a little explanation: `ionic cordova run browser` spins up a static file server that I don't want anyone to use. It doesn't use the framework's dev server, it...

Again, the Ionic CLI would make it very clear that the browser platform is only for _testing_ an Android/iOS app in the browser, **not** for making a code base which...

@ianboru I would make a new issue.

Just leaving a super quick note: This may be possible in CLI 4/Ionic 4 by running the following: ``` ionic serve --cordova --platform browser ``` (untested)