Close button of view function
Close button of view function
There is no prob, I have the "close" button when I call view("aaaa.html") on Windows. But in the Android, the "Close" button disappears. Any clue?
-
- Posts: 1883
- Joined: December 5th, 2011, 11:27 pm
- Location: Washington, DC
Re: Close button of view function
There is not a Close button on Android because the expectation is that people use the Android back button to close the view (to go back to the last "activity"). That was how we designed it anyway, but if you think this is a problem, we could consider modifying the behavior in the future.