I wrote a app in the official iphone sdk and it was rejected then I moved to corona sdk want to rewrite that app. So here is the problem. I want to make the app for android. It requires a in app web view. How would I make this [import]uid: 39840 topic_id: 12713 reply_id: 312713[/import]
look up the native.showWebPopup in the API help for more details.
cheers,
?
[import]uid: 3826 topic_id: 12713 reply_id: 46599[/import]
I looked at that but it would just open a web popup in another browser [import]uid: 39840 topic_id: 12713 reply_id: 46668[/import]
if you get a webpopup in a different browser then
You are doing something wrong, the last time I recollect with Corona, running from within the simulator it will complain that this is not available in the simulator.
If it opens in a new browser, then you are using a different way to open which on the device will open safari to view that page.
It never hurts to put some code that you have tried that did not work when you need help.
cheers,
?
[import]uid: 3826 topic_id: 12713 reply_id: 46741[/import]