简体   繁体   中英

Popup or Child window in Java Script

Am developing a web application using phonegap. There is one issue where i need to bring a Child window on top of main window more like a popup. The child window is basically a notepad(textarea).

I tried to use onClick=window.open but it dint work in android emulator . And there is an api for phonegap which is loadurl .. but it actually takes to the next page (full screen) but not as an popup.

Could use ur inputs on How to create a popup window in javascript which works in android emulator

Thanks Thilak

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM