tgoda
tgoda
Hi, I am still facing this issue because I want to use vue-pdf with my cordova app on iOS and Android. Adding "delete require.cache[require.resolve('./buffer-loader!pdfjs-dist/cmaps/' + query.name + '.bcmap')]" into CMapReaderFactory...
I have fixed [Non webpack]( https://github.com/FranckFreiburger/vue-pdf/issues/333)
Here's info I found about WKwebview process. https://nevermeant.dev/handling-blank-wkwebviews/ Please help!
> I have a similar issue. Now with cordova 11 I get stuck at the splash screen window on iOS after I kill (close) the app and reopen it. Any...
Any update on this? I think iOS will terminate com.apple.Webkit.WebContent process anyway, but that can't be prevented. I think the real problem is that after reloading the webview with webViewWebContentProcessDidTerminate,...
I think I found the root cause. The root cause was wkwebview.URL when webViewWebContentProcessDidTerminate was called. When I terminated "com.apple.WebKit.WebContent" process, webViewWebContentProcessDidTerminate was called but the reload url was incorrect...
Here's additional changes below. ``` - (BOOL)shouldReloadWebView:(NSURL*)location title:(NSString*)title { BOOL title_is_nil = (title == nil); BOOL title_is_empty = ([title length] == 0); // added! BOOL title_is_bad = (title_is_nil || title_is_empty);...
I think many of Cordova users will use additional JS frameworks such as Vue or React. So the url issue when WebContet process is terminated by iOS, is critical. When...
> Applied your patch, with no success. Still WSOD. Meteor determines the port number for localhost based on App ID or something, in order to avoid conflicting ports with other...
> Which version of Adobe-Japan1-UCS2.bcmap do you have? I don' t know the version of bcmap files. I had not installed bcmap files. I had installed vue-pdf-app only. Do I...