I have 2 webviews in a relative layout. I'm doing so because I need an HTML
on a fixed position while HTML list beneath it is scrolling (basically a
header that floats on a scrolling list).
I want both webviews be in the same size so my HTML developer can control
the size of the header dynami
Those are not part of Android, but the problem exist only in Android
WebView.
Anyway, I solved it by forcing the WebView to ignore the cache by:
$.ajax({
type: methode,
url: 'some_url?d' + new Date().getTime(),
data: JSON.stringify(req),
Also, here's the JS code inside the WebView:
var req = new Backbone.Model(auth);
$.ajax({
type: PUT,
url: 'some_url',
data: JSON.stringify(req)
});
--
You received this message because you are subscribed to the Google
Groups "Android Developers" group
I just tested on ICS emulator and it works there. why is it not working on
earlier versions?
--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this
I have a web view that in it's HTML/Javascript makes an Http call with
Put/Delete methods. those calls seems to be ignored (I test them on chrome
and they work fine).
Any idea?
--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to
In my activity, I have about 10 ContentObservers registered to the
ContentResolver (registerContentObserver). I do it in the onCreate().
When changing between landscape and portrait, the onCreate() is called over
and over again (and I want it that way - need to change layouts), but after
few tr
Do I need to implement my own WebViewClient in order for my WebView to
handle common links like geo:, tel: and mailto:?
Can't the WebView handle it on it's own?
--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send e
it's a spam. report as spam/phishing and delete!
sorry...
--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-develo
I can't see my posts for the last month or so.
am I being banned?
Ori
--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
an
9 matches
Mail list logo