Szymon Stasik
Szymon Stasik
@larssn actually `ionic-storage` modules uses `localforage` as `angularfire2-offline` and it is possible to configure the backend having same options, just `ionic-storage` includes Cordova SQLite integration.
for ionic 3 I was successfully running ``` ionic-app-scripts serve --sourceMap source-map --iscordovaserve --wwwDir platforms/browser/www/ --buildDir platforms/browser/www/build ``` depending on number of plugins - including an app supportig facebook login...
can confirm that > `ionic cordova build browser` > `ionic serve --cordova --platform browser` works - even the livereload works of course you also need to add `browser` platform `ionic...
being able to wire this into e2e to test the app with available cordova plugins would be awesome...
while `ionic serve --cordova --platform browser` does it's job pretty well, I'd like to refresh this ticket in regard to e2e setup. How I managed to do that now is...
Hmm I don't think cordova browser support is meant to be use in production. In such case probably it may be better to consider PWA and/or capacitor. While it is...
just to be clear if anyone gets here - with @kjersten `custom.dynamo` config it's still required to run `sls dynamodb migrate` to get the tables created
I have similar issue - would like to enable routing for extra network used to assign static IP for dns server. As a workaround I followed the suggestion and provided...
I just hit same issue, any news about it? there is updated version of `twitter-connect-plugin` yet problem still persist https://github.com/chroa/twitter-connect-plugin
@knsv the work you've mentioned as for the class diagrams - is there some branch available to look at?