fix(content): better device suport (ios)

This commit is contained in:
Manu Mtz.-Almeida
2018-02-20 17:51:41 +01:00
parent b05eaeb85b
commit 69093551b2
16 changed files with 298 additions and 248 deletions

View File

@ -761,6 +761,7 @@ declare global {
}
namespace JSXElements {
export interface IonContentAttributes extends HTMLAttributes {
forceOverscroll?: boolean;
fullscreen?: boolean;
}
}
@ -2689,6 +2690,8 @@ declare global {
}
namespace JSXElements {
export interface IonScrollAttributes extends HTMLAttributes {
forceOverscroll?: boolean;
mode?: string;
onionScroll?: ScrollCallback;
onionScrollEnd?: ScrollCallback;
onionScrollStart?: ScrollCallback;