Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] Forms9Patch webview.toPDF crashes without exception on iOS-Device #103

Open
technik5 opened this issue Sep 4, 2021 · 6 comments
Open

Comments

@technik5
Copy link

technik5 commented Sep 4, 2021

Description

Hello sir Baskren,
the line in your example:
if (await webView.ToPdfAsync("output.pdf") is ToFileResult pdfResult)
crashes instantly even if the html-source of the webview contains only
"

"

the bug seems only to exist on iOS and not on Android, where everything works as expected.
The webview displays everything normaly.
Even in a try - catch - block it won't be catched...could it be a problem with rights?

Steps to Reproduce

  1. Load all nuget-files for pcl,android and ios
  2. create a xaml-page with Forms9Patch similar to the example
  3. copy code of examplefile
  4. create app on physical iOS-Device
  5. click-sharebutton -> crash

Expected Behavior

getting a pdf to share

Actual Behavior

crash without exception to homescreen of ios-device

Basic Information

  • Version with issue:current
  • Last known good version:none
  • IDE:
  • Platform Target Frameworks:
    • iOS: 14.4
  • Affected Devices: iOS
@XamMattia83
Copy link

I have a similar problem but with try catch block i got this exception: "WebView has zero width or Height".
On Android my code runs perfectly.

I'm using iOS 15.0 with a Physical device.

System : Xcode 13.1, Visual studio 8.10.13

@Antonio2103
Copy link

Antonio2103 commented Jan 3, 2022

Same issue on ios 14.4 with physical device.
Exception "WebView has zero width or Height".

@smalgin
Copy link
Contributor

smalgin commented Jan 13, 2023

See my answer for #106 - lmk if it works for you.

@xamdinesh
Copy link

xamdinesh commented Jul 25, 2023

Screenshot 2023-07-25 at 6 48 23 PM Screenshot 2023-07-25 at 6 52 44 PM Screenshot 2023-07-25 at 6 50 39 PM I have also facing this problem for Forms9Patch web view to PDF please any one share the proper solution

@xamdinesh
Copy link

please help me for this issue.

@baskren
Copy link
Owner

baskren commented Jul 25, 2023

@xamdinesh : My apologies, I am no longer supporting Forms9Patch. If you're interested in seeing how to fix this in the source code, you can check out the most recent version of this functionality as implemented for the UNO Platform here: https://github.com/baskren/P42.Uno.HtmlExtensions.

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

No branches or pull requests

6 participants