You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Then called the method on the web page to use text zoom window.mobileApp.postMessage({ detail: { action: 'setTextZoom' ,zoom:1.2} })
but it didn't work with inappbrowser
Preferred solution
add some option in OpenWebViewOptions, make it support text zoom
Current problem
I used this method
InAppBrowser.openWebView
to open a web page in main app, and listen some message to handle text zoom
`
import { TextZoom } from '@capacitor/text-zoom'
InAppBrowser.addListener('messageFromWebview', async (event) => {
})
`
Then called the method on the web page to use text zoom
window.mobileApp.postMessage({ detail: { action: 'setTextZoom' ,zoom:1.2} })
but it didn't work with inappbrowser
Preferred solution
add some option in OpenWebViewOptions, make it support text zoom
Alternative options
No response
Additional context
No response
Before submitting
Fastest way to get this feature added
The text was updated successfully, but these errors were encountered: