문제

I have a small HTML game which works fine on all browsers including mobile browsers. The only problem is with Opera Mini browser on Android devices.

I can debug my game on Chrome using ADB chrome plug-in. But is there any way to find out what's wrong on Opera mini?

도움이 되었습니까?

해결책

다른 팁

The accepted answer (about Opera for Android only) do not cover Opera Mini specifically.

For Javascript debugging, there is an Opera article/blog Opera Mini and JavaScript published in Sept 2012, describing the process in details using MicroEmulator.

Essentially you can have a server:console report with console.log() also supported.

PS: I doubt an HTML/JS game is going to work in Opera Mini though. Having a web site work on Opera Mini and look decent is hard enough. ^^

What's wrong with Opera Mini in this case is that it processes Javascript on the server side.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top