android - Single-page Browser Application -


i'm working on project requires web browsing application has access company's website , deny request other site. have no background in android development (aside mit app inventor, doesn't count). app should prevent closure home , buttons. app need able navigate, can't leave site (on page it's on, there no external links, that's not problem). there existing app fits criteria? if there is, wasn't able find any. or need figure out how create own app? i'm thinking might require root able block exit commands.

thanks in advance,
kollin

take webview on developers side. it's starting point creating web based applications in android.

i cannot go in details, can tell javascript injections, can prevent users navigating other url's in webclient. if not familiar js, can done without (shouldoverrideurlloading method). unfortunately, cannot more specific @ moment not know you're working on.

read , after that, you'll either understand or have more specific android question ask here.

good luck!


Comments

Popular posts from this blog

cakephp - simple blog with croogo -

How to group boxplot outliers in gnuplot -

bash - Performing variable substitution in a string -