marquez20 / stagewebviewbridge

Automatically exported from code.google.com/p/stagewebviewbridge
0 stars 0 forks source link

Protocolo TUOBA en JavaScript no encontrado #14

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Disculpa, porque el archivo StageWebViewBridge.js invoca a un protocolo tuoba? 
el cual en este momento al no encontrarlo marca error en el navegador y en la 
aplicacion

El JavaScript tiene dependencia a un archivo en la web???

Esta es la dirección del html donde incluyo el JS

http://www.movieclip.com.mx/Mobile/Map/mapa.html

y en cuanto carga el JS redirecciona a esta liga

tuoba:%5BSWVData%5DeyJtZXRob2QiOiJfX19nZXRGaWxlUGF0aHMiLCJjYWxsQmFjayI6IltTV1ZNZ
XRob2RdX19fZ2V0RmlsZVBhdGhzIiwiYXJndW1lbnRzIjpbXX0=

Gracias

Original issue reported on code.google.com by julio.he...@gmail.com on 16 Nov 2011 at 12:37

GoogleCodeExporter commented 9 years ago
Corrijo la dirección del html

http://www.movieclip.com.mx/Mobile/Maps/mapa.html

Original comment by julio.he...@gmail.com on 16 Nov 2011 at 12:38

GoogleCodeExporter commented 9 years ago

Original comment by xperime...@gmail.com on 22 Nov 2011 at 12:31

GoogleCodeExporter commented 9 years ago
I would be so grateful if I could just get a little hint on this problem.  
Although I don't know Spanish (even less then I know Javascript :), the 
redirected address "tuoba: [SWVDATA]..." appears to be what I'm getting causing 
my site to be inaccessible on my tablet.  The problem is in 
StageWebViewBridge.js at the line: setTimeout( function(){ 
window.location.href=sendingProtocol+'[SWVData]'+btoa( JSON.stringify( 
_serializeObject ) );},aggregatedCallDelay );

Original comment by calib...@gmail.com on 31 Jan 2014 at 1:37