microdotblog / microblog-react

MIT License
30 stars 3 forks source link

Disable Pinch to Zoom #32

Closed otaviocc closed 1 year ago

otaviocc commented 1 year ago

In the current beta it's possible to pinch to zoom. I'm not sure the value it adds, so maybe it could be disabled.

Version 3.0 (Build 310)

manton commented 1 year ago

@vincentritter I'm taking a look at this.

vincentritter commented 1 year ago

Nice. Hope this is just a prop on the web view, in the app.— VincentOn 27 Apr 2023, at 16:23, Manton Reece @.***> wrote: @vincentritter I'm taking a look at this.

—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you were mentioned.Message ID: @.***>

manton commented 1 year ago

Unfortunately no, the zoom-related properties are Android-only. Also, HTML meta tags don't seem to work on iOS. I was able to solve it by overriding a delegate method in Objective-C. 🙂 Will check in the fix shortly.

manton commented 1 year ago

Fixed for the next beta.