Eric Corson

Results 69 comments of Eric Corson

@puku0x Your fix worked. Thank you! That helped me a lot.

It is still on the list of things to do. I attempted it before but ran into trouble. Currently I am working on the upgrade to support Vue 3 and...

It has been a long time since the Angular bindings were upgraded and we are behind, but it is still on the list of things to get done and is...

Thank you for your consideration. Yes, I think the most likely route would be to skip straight to the latest version.

Thanks for pointing this out. We are doing testing on iPadOS and will be working on an update soon. Related: #2689

Closing as PostCSS is covered in v3 doc and will be a decision for a later day.

Should be fixed now. Run `npm install` from the root directory and then `npm run watch:previewer` and `npm run serve:previewer` in separate terminals.

It looks like this is something to do with the height calculations.... > Calculating the height > ons-lazy-repeat can dynamically calculate the height of every item once they are rendered,...

The idea of pre=styling with sensible defaults isn't going to work because we use JavaScript to determine whether we should style for Android or iOS. Pre-styling by default for iOS...

I think this problem arises when `renderPage` doesn't set a unique key for the returned page. The React Navigator's `render` method maps over the route stack with `renderPage` and the...