my Problem is that I've build an App with PhoneGap that is based on AngularJS - when I execute the App on my Android-Device the AngularJS-Part does completely not work....on some devices it works but on my (for example) everywhere are just displayed these {{VARIABLE}}-texts and nothing works....
Anyone have an idea why this error appears and how to fix it?
Kind regards
Related
Hi guys I have generated one apk of my ionic angular app and when I run it on mobile device I am not able to type any text in text field. app works perfect locally.
So, can anyone suggest what related this problem is ??
I am currently trying to get a multi-image url to render in my app. It works when I am testing it out in the url, but when I deploy it on my android device it doesn't render at all. It shows that no image found icon.
I am able to successfully build it using Meteor and having Cordova build the mobile version for me.
Here is the url I am trying out for example.
<img src="http://193.85.239.147:86/mjpg/video.mjpg?COUNTER">
What I am particularly looking for is some sort of work around that could also render this similar to that of or some setting stuff I need to change.
I read that there is a version of Chrome that this bug is present, but the Cordova uses Chromium and I am unsure if the bug exist in that as well or not.
Edit:
Upon further test, when I build and use on android phone img won't render anything in which its src is a url/link. It renders properly when I use it in a web browser, but mobile it fails. This is an issue I have yet to figure out a work around.
This is really weird and I have no clue how to start fixing the problem.
Recently I developed an application using Nodejs, React and Redux.
Once finished I created .xap, .ipa and .apk files using PhoneGap building online service.
After published to every store (iOS, Google Play, Windows Market), everything worked just fine for Android and Apple versions of the app (.ipa and .apk).
But WindowsPhone app only shows a blank screen and then the PhoneGap logo (a cube with eyes).
Android and Apple versions work fine. But in the WindowsPhone version I don't even get to the main screen.
Any idea about how to start tackling this problem?
Have anyone experienced something similar?
Thanks in advance for any help!!
UPDATE:
It seems to be a known issue without solution from PhoneGap.
https://c.getsatisfaction.com/nitobi/topics/windows_8_mobile_blank_screen_on_load?topic-reply-list[settings][page]=1#topic-reply-list
I have been using jquery for my web development for a while, and when i use android browser to view my work, i find out that all the jquery function like hide() show() doesn't seems to work.
Can anyone validate this for me, I wonder why jquery is not working for android browser, I am using 2.3.1 right now. Does anyone come across with this problem before?
jQuery works just fine in Android browser. The problem isn't that jQuery doesn't work in Android. The problem is something else.
It's hard to say what that problem might be without any code, but you can try to get more hints as to what might be going wrong by looking in the JS error console (or whatever the equivalent is in Android or an Android emulator--basically, where JS errors are logged).
If you want to get super ambitious, you can try debugging it with Weinre or something like that.
Since you did not post code, we do not know if you were loading your JS assets from the same domain or not. After putting jQuery on the same server instead of using a CDN it resolved my issue. I also had other random JS errors and then I cleared all the data/cache for Chrome and that fully resolved it.
If the issue is something else, you can follow the instructions here to do remote debugging on any of the JavaScript errors:
https://developer.chrome.com/devtools/docs/remote-debugging
Jquery current browser support on desktop and mobile: https://jquery.com/browser-support/
So seems the problem is not with jquery support for native android emulation, since Stock browser on Android 4.0+ is supported by. Any problem with jQuery in the above browsers should be reported as a bug in jQuery.
I'm building a Phonegap application. I've already made the html application, and tested it in my Windows Google Chrome browser, with no errors. I've cheked it in the navigator of my Android Phone and it is working. However, after Phonegap, I see some things are not working.
Which browser is Phonegap using? Is it not the same as the Android navigator? Can I somehow debug it?
On my Eclipse console I only see errors about Vertext shaders.
Thanks
PhoneGap instantiates an Android WebView component with is not equal to the Android Browser. If your code has console.log statements you should be able to see them in LogCat tab in Eclipse.
If you want better debugging you should add WeInRe to your project for remote debugging.
You can add console.log statements, which can be seen with adb logcat in the Terminal, or with DDMS.
And how about this? What do you think?
https://chrome.google.com/webstore/detail/ripple-emulator-beta/geelfhphabnejjhdalkjhgipohgpdnoc?hl=en