One problem I found is that I can't disable scrolling in the WebView.
I can disable the scrollbars, but the touchscreen can still be used
for scrolling.

On Feb 19, 9:06 am, Miguel Paraz <[email protected]> wrote:
> I'm thinking of using WebView as a container for "Form" based
> JavaScript+DHTML applications. This is simple fill-out-forms like you
> have on the web, but now on mobile - like for note taking, order
> taking, and the like.
>
> This is to allow web developers to build the bulk of the application -
> Javascript will perform validation, computations, etc.
>
> On the Java side, I only need to implement database CRUD operations,
> and a ListView to scroll over the forms.
>
> To minimize the learning curve on the JavaScript side, I've been
> thinking on how to emulate AJAX calls so that the web developers don't
> need to learn new methods to call on the JavaScript-Java bridge. Of
> course this isn't possible using XMLHttpRequest, so I'm thinking of
> adapting JQuery or other Javascript libraries for this purpose.
>
> Any thoughts on this?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to