I normally use CKEditor but it just doesn't work with the Android browser. This is known and recognised on their site.
Does anyone know if there's another bit of software that does work?
You should try Tinyeditor. Works great for me. http://www.scriptiny.com/2010/02/javascript-wysiwyg-editor/
Related
I created an android webview for my website all was going fine only for me to notice that filechooser was not opening in android versions less than 5.0... After struggling for days, and trying so many things like solutions to SO questions 28600165 and 23568792 many other bunch of stuff online... nothing worked out(I bet you all of them are a waste of time). I later found it's a bug in older android versions and there's no real workaround like in this github issue No workaround for filechooser bug for 4.4.1 and 4.4.2 ... But I am able to upload files on all android versions using FireFox for android even Chrome... How come the HTML input type file works with FireFox webviews despite the bug in these particular versions of android... Is it possible for me to power my webviews with FireFox code since it's opensource if yes how easy is that and how effective will it be.... I will also appreciate guidelines on how to go about this, with an example if possible . thanks in advance.
I have interesting problem with web which uses PageSpeed module. So when I enable PageSpeed images on the web are broken. Important thing is that it only occurs on Firefox on mobile devices (Android and iOS checked).
So, if PageSpeed is on:
https://www.dropbox.com/s/pei292sz6qzswnb/2016-03-28%2011.09.10.png?dl=0
If PageSpeed is off:
https://www.dropbox.com/s/aju6qxxdgeehtoa/2016-03-28%2011.10.05.png?dl=0
All other browsers on mobile device are working great and without a problem. Since PageSpeed gives me a good performance I wouldn't like to turn it off but this is just a big problem.
URL is http://ruhrgebietaktuell.de/
I have checked links, css styles, URLs...and no clue what to do next. Any help is highly appreciated.
Cheers!
P.s. Module is currently off but if anyone has an idea what to try I'll be more than glad to turn it on :)
After my own research (with custom CSS, JSs, changing servers) it became clear that only two problems can be in Firefox or PageSpeed module.
Bug was reported to FF on
https://bugzilla.mozilla.org/show_bug.cgi?id=1260203
On their recommendation hosting just provided this message...
"we have just updated nginx, you have now version 1.9.10 with
Pagespeed 1.10.33.4-beta on your server."
Now everything works like a charm!
So, beware of nginx and PageSpeed module versions if you experience similar issue.
Thank you.
I have a web application I've built using the Jquery mobile framwork and I need to put it on my phone for demonstration purposes. What is the best way to go about this I was going to use phone gap but I want and easier solution say I just put the files onto my phone and run it from within the device but I don't know if that's possible. If anyone has any ideas I'd greatly appreciate it
Phonegap build would be the easiest way! Here is a link to the documentation http://docs.build.phonegap.com/en_US/#googtrans(en)! It gives you a qr code to download a test to your android device before releasing, sorry no ios tho!
Hope that helps! Littleswany
Would a simple WebView work for you? You can also use local files instead of downloading the site/assets from a web server.
http://developer.android.com/reference/android/webkit/WebView.html
Just thought of another way, If you have adobe cc then you could use edge code and edge inspect and the android app to have a test server on your device.
Sorry for the second answer but again I hope it helps you! Littleswany!
I am building a titanium classic mobile project where I want a Facebook like slider menu, both for Android and iOS. In GitHub I have found projects which work great for iPhone but dont work with Android. I have been trying for weeks now but without much success.
I want a solution which works for both Android and iPhone. Can anyone share some information on the same.
Thanks a lot!
There is a very good solution, NappDrawer Module works fine for android and iOS, and if you face a bug, you post it and most probably they help you or they fix it.
You're gonna have to use views for android and windows for iOS.
Here's the module's link NappDrawer Module.
And this is the documentation.
myXmlContent.setText("بِسْمِ اللَّهِ الرَّحْمَٰنِ الرَّحِيمِ");
I am writing the above code and trying to display the text in Arabic.
but every character is being displayed separately in Android emulator.
Please help.
Complex scripts are currently not fully support by the UI toolkit. We are working on improving this.
Don't Worry we faced this on our applications but it works like a charm on the real devices (Samsung htc)
I do advice work and debug directly on real device this is faster and reflects your work In final look.
you may look at:
https://stackoverflow.com/a/3769283/771300
Have look the below link.
Android Arabic Language
You need to use Arabic Reshaper utility
Below are the some links https://github.com/agawish/Better-Arabic-Reshaper
https://mdictionary.wordpress.com/2011/02/10/connected-arabic-characters-for-android-apps/