开发者

Is it possible to do this on the Android and iPhone? (for mobile developers) [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical a开发者_Python百科nd cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center. Closed 10 years ago.

Embed a browser inside the application. When the user navigates to a desired page, he pushes a button to "set" this page.

Now, the application gets the URL of this page!

How hard is this to do on the Android and iPhone?


The iPhone has the UIWebView class

see Here

I'm not sure about Android though.


On Android, yes it's possible. See WebView#getUrl.


You can try 'WebView' in android.
Refer to WebView.


You may use this.

webview.loadDataWithBaseURL(baseUrl-add some fake url here, data, mimeType, encoding, failUrl-add some fake url here);
0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜