菜鸟教程小白 发表于 2022-12-13 01:46:25

javascript - 使用 c# 的 monotouch uiwebview 最简单的 javascript 桥 - xamarin ios


                                            <p><p>真的很难找到一个有效的解决方案,可以在 monotouch (c#) 和 uiwebview 之间实现 2 路通信。 </p>

<p>Android 似乎可以很好地使用 JavaScriptInterface。</p>

<p>(尝试让leaflet.js 在Xamarin IOS uiwebview 组件中工作,并下载geojson,这样我就可以在uiwebview 中填充leaflet.js 并收听来自 native 端的js 回调)。</p></p>
                                    <br><hr><h1><strong>Best Answer-推荐答案</ strong></h1><br>
                                            <p><p>查看此示例:</p>

<p> <a href="https://github.com/xamarin/mobile-samples/tree/master/ContentControls" rel="noreferrer noopener nofollow">https://github.com/xamarin/mobile-samples/tree/master/ContentControls</a> </p>

<p>以及之前关于 StackOverflow 的问题:</p>

<p> <a href="https://stackoverflow.com/questions/5399706/how-i-can-call-a-javascript-function-with-monotouch-and-vice-versa" rel="noreferrer noopener nofollow">How I can call a javascript function with MonoTouch and vice versa?</a> </p>

<p> <a href="https://stackoverflow.com/questions/10087489/monotouch-uiwebview-and-evaluatejavascript" rel="noreferrer noopener nofollow">MonoTouch UIWebView and EvaluateJavascript </a> </p>

<p>或完整的博文:</p>

<p> <a href="http://yobriefca.se/blog/2011/12/05/rolling-your-own-phonegap-with-monotouch/" rel="noreferrer noopener nofollow">http://yobriefca.se/blog/2011/12/05/rolling-your-own-phonegap-with-monotouch/</a> </p></p>
                                   
                                                <p style="font-size: 20px;">关于javascript - 使用 c# 的 monotouch uiwebview 最简单的 javascript 桥 - xamarin ios,我们在Stack Overflow上找到一个类似的问题:
                                                        <a href="https://stackoverflow.com/questions/15658818/" rel="noreferrer noopener nofollow" style="color: red;">
                                                                https://stackoverflow.com/questions/15658818/
                                                        </a>
                                                </p>
                                       
页: [1]
查看完整版本: javascript - 使用 c# 的 monotouch uiwebview 最简单的 javascript 桥 - xamarin ios