Skip to content
This repository has been archived by the owner on May 4, 2022. It is now read-only.

Zoom in ion-scroll not working v3.x #390

Open
ionitron-bot bot opened this issue Nov 29, 2018 · 0 comments
Open

Zoom in ion-scroll not working v3.x #390

ionitron-bot bot opened this issue Nov 29, 2018 · 0 comments
Labels

Comments

@ionitron-bot
Copy link

ionitron-bot bot commented Nov 29, 2018

Original issue by @adritejedor on 2018-07-24T11:09:25Z

Bug Report

Ionic Info

  @ionic/cli-utils  : 1.19.2
    ionic (Ionic CLI) : 3.20.0

global packages:

    cordova (Cordova CLI) : 8.0.0

local packages:

    @ionic/app-scripts : 3.1.8
    Cordova Platforms  : android 7.0.0
    Ionic Framework    : ionic-angular 3.9.2

System:

    Node : v8.11.2
    npm  : 5.6.0
    OS   : Windows 10

Describe the Bug
Can`t zoom when i use zoom="" property inside scroll-content. I need to zoom into a div with innerHTML.

Related Code

<ion-scroll scrollX="true" scrollY="true" zoom="true" maxZoom="10" style="height: calc(100vh - 93vw)">
        <div class="zoom-content" [innerHTML]="data"></div>
    </ion-scroll>

Expected Behavior
I need that html code makes zoom

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

0 participants