<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://www.soft8soft.com/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Temporary</id>
	<title>Verge3D Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://www.soft8soft.com/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Temporary"/>
	<link rel="alternate" type="text/html" href="https://www.soft8soft.com/wiki/index.php/Special:Contributions/Temporary"/>
	<updated>2026-05-02T18:48:54Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.44.2</generator>
	<entry>
		<id>https://www.soft8soft.com/wiki/index.php?title=Using_weinre_to_debug_mobile_applications&amp;diff=186</id>
		<title>Using weinre to debug mobile applications</title>
		<link rel="alternate" type="text/html" href="https://www.soft8soft.com/wiki/index.php?title=Using_weinre_to_debug_mobile_applications&amp;diff=186"/>
		<updated>2021-09-01T08:15:51Z</updated>

		<summary type="html">&lt;p&gt;Temporary: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:JavaScript]]&lt;br /&gt;
This method is very useful for debugging apps on iOS when you have no access to Safari on desktop/laptop system.&lt;br /&gt;
&lt;br /&gt;
First, install and run weinre:&lt;br /&gt;
&lt;br /&gt;
 sudo npm -g install weinre&lt;br /&gt;
 weinre --boundHost 192.168.X.X&lt;br /&gt;
&lt;br /&gt;
Add the following script to your main HTML file just before v3d.js import:&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;script src=&amp;quot;http://192.168.X.X:8080/target/target-script-min.js&amp;quot;&amp;gt;&amp;lt;/script&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Open the following page in your favorite web browser:&lt;br /&gt;
&lt;br /&gt;
 http://192.168.X.X:8080/client/&lt;/div&gt;</summary>
		<author><name>Temporary</name></author>
	</entry>
</feed>