Dee

Results 295 comments of Dee

@EndangeredMassa unfortunately I can't share the repo. I've solved this by making a new project and copy pasting the old one in, not desired but works :-) thanks for helping.

@michaelAtRC thanks for the reply. But I don't see any way to switch to physical purchases on Android and iOS? For example, buying a physical product over the app. Physical...

@khromov thanks for the reply, I'm reading the blog. Yes indeed we have made cap svelte PWAs apps before. But we want SSR for web/performance/seo reasons while maintaining the same...

@khromov I noticed you're not using platform native transitions, I tried to swipe back and couldn't in your app, you can do this easily in Capacitor, any reason why?

@khromov capacitor includes native page transitions with a custom view controller: https://capacitorjs.com/docs/ios/viewcontroller. It doesn't work on simulator only real device. This is also coming to Android (Android is only just...

@khromov you can use this code to make it feel more 'native' https://github.com/ionic-team/capacitor/issues/1097#issuecomment-1077649377

@khromov yes but what do you mean by executed. Do you mean server.ts will be run on the client before the page is displayed allowing data to be passed to...

@khromov oh that's a shame, hence why this ticket exists. Would be nice to have +server.ts converted to some client-side caller with loading indicator options. Of course not all +server...

@khromov the +page::load function only runs on the client to make requests no? Unless I missing something out here.

So the PWA can also use page load, but then how do indicators and the like work? For example if I use an infinite double way list?